Expose caml_sys_time_unboxed (in private header)

master
Mark Shinwell 2016-06-20 10:28:20 +01:00
parent bc5cbd6cba
commit 3e02056ae7
1 changed files with 1 additions and 0 deletions

View File

@ -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);