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

2013-04-10 22:43:41 -07:00
void myfunc_a();
float myfunc_b(int, float);
2020-02-17 23:21:07 -08:00
char *myfunc_c(int *, int);