sysinfo.h 173 B

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