3 lines
73 B
OCaml
3 lines
73 B
OCaml
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);
|