sysinfo.h 195 B

1234567
  1. #ifndef _PCITOOL_SYSINFO_H
  2. #define _PCITOOL_SYSINFO_H
  3. size_t fastwriter_get_free_memory();
  4. int fastwriter_get_file_fs(const char *fname, size_t size, char *fs);
  5. #endif /* _PCITOOL_SYSINFO_H */