3 lines
73 B
Text
3 lines
73 B
Text
void myfunc_a();
|
|
float myfunc_b(int, float);
|
|
char *myfunc_c(int *, int);
|
void myfunc_a();
|
|
float myfunc_b(int, float);
|
|
char *myfunc_c(int *, int);
|