Files
Linux-C-Notes/Chapter02/变量/minproj_extern/proj.h

6 lines
61 B
C

#ifndef PROJ_H___
#define PROJ_H___
void func(void);
#endif