#ifndef __SYSTEM_H__ #define __SYSTEM_H__ int system_cpu_memory_get(double *percent_cpu, long *memory_total, long *memory_used); #endif