Files
Linux-C-Notes/C10-Makefile/testmake/tool2.h
2024-04-28 13:10:56 +08:00

7 lines
65 B
C

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