package ctypes

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.24.0.tar.gz
sha256=249c5604c8554659761a7282db4ad200aa8c0fdc408cdb53102bd70feeb51955
md5=064316aaf508a9db203f114bb8401dee

doc/ctypes/Ctypes_value_printing/index.html

Module Ctypes_value_printingSource

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