Module Ccomp
Compiling C files and building C libraries
Warning: this module is unstable and part of compiler-libs.
val command : string -> intval run_command : string -> unitval compile_file : ?output:string -> ?opt:string -> ?stable_name:string ->
string -> intval create_archive : string -> string list -> intval expand_libname : string -> stringval quote_files : string list -> stringval quote_optfile : string option -> stringtype link_mode = | Exe | 
| Dll | 
| MainDll | 
| Partial | 
val call_linker : link_mode -> string -> string list -> string -> intval linker_is_flexlink : bool