8 lines
88 B
C
8 lines
88 B
C
|
/*头文件*/
|
||
|
#ifndef _FUN1_H_
|
||
|
#define _FUN1_H_
|
||
|
#endif
|
||
|
|
||
|
extern void fun1_printf(void);
|
||
|
|