32 lines
377 B
C
32 lines
377 B
C
#ifndef LIB_L
|
|
#ifndef LIB_O
|
|
|
|
#define LIB_L
|
|
#define LIB_O
|
|
#include "types.h"
|
|
|
|
|
|
void cpu_name();
|
|
void cpu_threads();
|
|
void cpu_temperature();
|
|
void cpu_frequency();
|
|
|
|
void disk_size();
|
|
void size();
|
|
|
|
void av_size();
|
|
void ram_info();
|
|
|
|
void mem_size();
|
|
void mem_av_size();
|
|
|
|
void device_os_version();
|
|
void device_model();
|
|
void device_up_time();
|
|
void device_model();
|
|
|
|
|
|
#endif
|
|
#endif
|
|
|