#include #include CAMLprim value caml_print_hello(value unit) { printf("Hello\n"); return Val_unit; }