#ifndef STATS_H_ #define STATS_H_ #define BUFSIZE 8129 void send_stat(char (*msgs)[10][1024]); void getcpu(long *num_cpu); #endif /* STATS_H_ */