f59b11971f
- split *BDS files - add CMake confingure instructions on bsd systems - add includes to main file
7 lines
71 B
C
7 lines
71 B
C
#ifndef CPU_H_
|
|
#define CPU_H_
|
|
|
|
float cpu_percentage(unsigned);
|
|
|
|
#endif
|