1 2 3 4 5 6 7 8
#ifndef PNANOE_CPU_H_ #define PNANOE_CPU_H_ 1 #include "collector.h" extern const struct collector cpu_collector; #endif // PNANOE_CPU_H_