RosettaCodeData/Task/Call-a-foreign-language-function/OCaml/call-a-foreign-language-function-1.ocaml

4 lines
73 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
void myfunc_a();
float myfunc_b(int, float);
char *myfunc_c(int *, int);