package ctypes

  1. Overview
  2. Docs
Combinators for binding to C libraries without writing any C

Install

Dune Dependency

Authors

Maintainers

Sources

0.23.0.tar.gz
sha256=cae47d815b27dd4c824a007f1145856044542fe2588d23a443ef4eefec360bf1
md5=b1af973ec9cf7867a63714e92df82f2a

doc/ctypes.stubs/Cstubs_emit_c/index.html

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.