data/method/Makefile/include/fun0.h

9 lines
119 B
C
Raw Normal View History

2024-01-29 10:44:43 +08:00
/*头文件*/
#ifndef _FUN0_H_
#define _FUN0_H_
#endif
extern void fun0_printf(void);
extern void fun1_printf(void);