rvddt/examples/freestanding/stand07/myfunc.h
2025-02-13 11:12:23 +00:00

7 lines
70 B
C

#ifndef myfunc_H
#define myfunc_H
int myfunc(const char *s);
#endif