Files
Linux-C-Notes/Chapter10/testmake/tool1.h
2024-04-13 18:12:58 +08:00

7 lines
65 B
C

#ifndef TOOL1_H__
#define TOOL1_H__
void mytool1(void);
#endif