package ctypes

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Cstubs_emit_cSource

Sourceval format_seq : string -> (Format.formatter -> 'a -> unit) -> string -> string -> Format.formatter -> 'a list -> unit
Sourceval format_ty : Format.formatter -> Cstubs_c_language.ty -> unit
Sourceval cvar_name : [< `Global of Cstubs_c_language.cglobal | `Local of string * 'a ] -> string
Sourceval cvar : Format.formatter -> [< `Global of Cstubs_c_language.cglobal | `Local of string * 'a ] -> unit
Sourceval cconst : Format.formatter -> [< `Int of Signed.SInt.t ] -> unit
Sourceval camlxParam : Format.formatter -> string list -> unit
Sourceval camlParam : Format.formatter -> string list -> unit
Sourceval cast_unnecessary : Cstubs_c_language.ty -> Cstubs_c_language.cexp -> bool
Sourceval format_parameter_list : (string * Cstubs_c_language.ty) list -> (Format.formatter -> unit) -> Format.formatter -> unit
Sourceval storage_class : Format.formatter -> [< `Extern | `Static ] -> unit
OCaml

Innovation. Community. Security.