9 lines
98 B
C
9 lines
98 B
C
|
|
#ifndef head_h__
|
|
#define head_h__
|
|
|
|
int my_printf(const char* fmt, ...);
|
|
void cpu_test();
|
|
|
|
#endif
|