Call a foreign-language function: Difference between revisions

m
(→‎{{header|OCaml}}: fixed typo, and add length parameter for array)
Line 1,678:
 
====the Makefile:====
(replace spaces by tabs)
<lang makefile>wrap_mylib.o: wrap_mylib.c
ocamlc -c -ccopt -I/usr/include/mylib $<