data/method/Makefile/include/fun1.h

8 lines
88 B
C
Raw Normal View History

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