#define CAML_INTERNALS #include #include CAMLprim value caml_fd_of_channel(value vchan) { return Val_int(Channel(vchan)->fd); }