Files
Linux-C-Notes/Chapter2/变量/minproj_extern/proj.h
2024-03-12 22:05:13 +08:00

6 lines
61 B
C

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