7 lines
70 B
C
7 lines
70 B
C
#ifndef myfunc_H
|
|
#define myfunc_H
|
|
|
|
int myfunc(const char *s);
|
|
|
|
#endif
|