Expose caml_sys_time_unboxed (in private header)
parent
bc5cbd6cba
commit
3e02056ae7
|
@ -22,6 +22,7 @@
|
|||
|
||||
CAMLextern void caml_sys_error (value);
|
||||
CAMLextern void caml_sys_io_error (value);
|
||||
extern double caml_sys_time_unboxed(value);
|
||||
extern void caml_sys_init (char * exe_name, char ** argv);
|
||||
CAMLextern value caml_sys_exit (value);
|
||||
|
||||
|
|
Loading…
Reference in New Issue