7 lines
74 B
C
7 lines
74 B
C
|
#ifndef CPU_H_
|
||
|
#define CPU_H_
|
||
|
|
||
|
float cpu_percentage ( unsigned );
|
||
|
|
||
|
#endif
|