sysinfo.h 98 B

1234567
  1. #ifndef _SYSINFO_H
  2. #define _SYSINFO_H
  3. void write_sysinfo(void);
  4. void sysinfo_loop(void);
  5. #endif