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

6 lines
66 B
C

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