Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Unix_representationsval nativeint_of_dir_handle : Unix.dir_handle -> nativeintRetrieve the DIR pointer underlying a Unix.dir_handle value
val dir_handle_of_nativeint : nativeint -> Unix.dir_handleBuild a Unix.dir_handle value from a DIR pointer.
val int_of_file_descr : Unix.file_descr -> intConvert a Unix.file_descr to an int.
val file_descr_of_int : int -> Unix.file_descrConvert an int to a Unix.file_descr.