Files
2024-04-28 13:10:56 +08:00

6 lines
61 B
C

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