28 lines
340 B
C
28 lines
340 B
C
#ifndef LIB_H
|
|
#define LIB_H
|
|
|
|
#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
|