#ifndef head_h__ #define head_h__ int my_printf(const char* fmt, ...); void cpu_test(); #endif