data/method/Makefile/include/fun1.h

8 lines
88 B
C

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