package ctypes

  1. Overview
  2. Docs
val format_seq : string -> (Stdlib.Format.formatter -> 'a -> unit) -> string -> string -> Stdlib.Format.formatter -> 'b list -> unit
val format_ty : Stdlib.Format.formatter -> Cstubs_c_language.ty -> unit
val cvar_name : [< `Global of Cstubs_c_language.cglobal | `Local of string * 'a ] -> string
val cvar : Stdlib.Format.formatter -> [< `Global of Cstubs_c_language.cglobal | `Local of string * 'a ] -> unit
val cconst : Stdlib.Format.formatter -> [< `Int of Signed.SInt.t ] -> unit
val camlxParam : Stdlib.Format.formatter -> string list -> unit
val camlParam : Stdlib.Format.formatter -> string list -> unit
val cast_unnecessary : Cstubs_c_language.ty -> Cstubs_c_language.cexp -> bool
val cexp : Stdlib.Format.formatter -> Cstubs_c_language.cexp -> unit
val clvalue : Stdlib.Format.formatter -> Cstubs_c_language.clvalue -> unit
val camlop : Stdlib.Format.formatter -> Cstubs_c_language.camlop -> unit
val ceff : Stdlib.Format.formatter -> Cstubs_c_language.ceff -> unit
val ccomp : Stdlib.Format.formatter -> Cstubs_c_language.ccomp -> unit
val format_parameter_list : (string * Cstubs_c_language.ty) list -> (Stdlib.Format.formatter -> unit) -> Stdlib.Format.formatter -> unit
val cfundec : Stdlib.Format.formatter -> Cstubs_c_language.cfundec -> unit
val storage_class : Stdlib.Format.formatter -> [< `Extern | `Static ] -> unit
val cfundef : Stdlib.Format.formatter -> Cstubs_c_language.cfundef -> unit