package ctypes

  1. Overview
  2. Docs
val format : 'a. 'a Ctypes_static.typ -> Stdlib.Format.formatter -> 'a -> unit
val format_structured : 'a 'b. Stdlib.Format.formatter -> ('a, 'b) Ctypes_static.structured -> unit
val format_array : 'a. Stdlib.Format.formatter -> 'a Ctypes_static.carray -> unit
val format_ocaml : 'a. Stdlib.Format.formatter -> 'a Ctypes_static.ocaml -> unit
val format_fields : 'a 'b. string -> ('a, 'b) Ctypes_static.structured Ctypes_static.boxed_field list -> Stdlib.Format.formatter -> ('a, 'b) Ctypes_static.structured -> unit
val format_ptr : 'a. Stdlib.Format.formatter -> 'a Ctypes_static.ptr -> unit
val format_funptr : 'a. Stdlib.Format.formatter -> 'a Ctypes_static.static_funptr -> unit
val string_of : 'a Ctypes_static.typ -> 'b -> string