package ctypes

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

Module Ctypes_type_printingSource

Sourcetype format_context = [
  1. | `toplevel
  2. | `array
  3. | `nonarray
]
Sourceval format_name : ?name:string -> Format.formatter -> unit
Sourceval format_typ : ?name:string -> Format.formatter -> 'a Ctypes_static.typ -> unit
Sourceval format_fn' : 'a Ctypes_static.fn -> (Format.formatter -> unit) -> Format.formatter -> unit
Sourceval format_fn : ?name:string -> Format.formatter -> 'a Ctypes_static.fn -> unit
Sourceval string_of_typ : ?name:string -> 'a Ctypes_static.typ -> string
Sourceval string_of_fn : ?name:string -> 'a Ctypes_static.fn -> string
OCaml

Innovation. Community. Security.