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

7 lines
65 B
C

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