1234567891011121314151617181920212223242526272829(** C language support library.
This library brings support for C Abstract Machine. In particular
it adds a fairly complete support for C type system, data model,
and ABI.
[open Bap_c.Std] module to use this library, it only defines one
module [C] that includes the rest of the library. It also defines
an interface for parser, that maybe provided by a third party.
*)moduleStd=structmoduleC=structmoduleAbi=Bap_c_abimoduleAttr=Bap_c_attrmoduleData=Bap_c_datamoduleSize=Bap_c_sizemoduleType=structincludeBap_c_typemoduleMapper=structincludeBap_c_type_mapper_intfincludeBap_c_type_mapperendincludeBap_c_type_printerendmoduleParser=Bap_c_parserincludeBap_c_term_attributesendend