Module Frontc


module Frontc: sig .. end
add a syntactic transformation that will be applied to all freshly parsed C files.

val setMSVCMode : unit -> unit
exception CabsOnly
val add_syntactic_transformation : (Cabs.file -> Cabs.file) -> unit
add a syntactic transformation that will be applied to all freshly parsed C files.
val parse : string -> unit -> Cil_types.file * Cabs.file