7 lines
65 B
C
7 lines
65 B
C
#ifndef TOOL1_H__
|
|
#define TOOL1_H__
|
|
|
|
void mytool1(void);
|
|
|
|
#endif
|