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