module Frontc:sig..end
Signals that we are in MS VC mode
val setMSVCMode : unit -> unit
val add_syntactic_transformation : (Cabs.file -> Cabs.file) -> unitadd a syntactic transformation that will be applied to all freshly parsed C files.
val parse : Datatype.Filepath.t -> unit -> Cil_types.file * Cabs.filethe main command to parse a file. Return a thunk that can be used to convert the AST to CIL.
Parse_error if a parsing error occurs