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

6 lines
66 B
C

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