data/method/Makefile/include/fun0.h

9 lines
119 B
C

/*头文件*/
#ifndef _FUN0_H_
#define _FUN0_H_
#endif
extern void fun0_printf(void);
extern void fun1_printf(void);