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

7 lines
65 B
C

#ifndef TOOL2_H__
#define TOOL2_H__
void mytool2(void);
#endif