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/PosixTypes/index.html

Module PosixTypesSource

Some POSIX types.

POSIX arithmetic types

Sourcetype clock_t
Sourcetype dev_t = Dev.t
Sourcetype ino_t = Ino.t
Sourcetype mode_t = Mode.t
Sourcetype off_t = Off.t
Sourcetype pid_t = Pid.t
Sourcetype size_t = Unsigned.size_t
Sourcetype ssize_t = Ssize.t
Sourcetype time_t = Time.t
Sourcetype useconds_t

Values representing POSIX arithmetic types

Sourceval useconds_t : useconds_t Ctypes.typ

POSIX non-arithmetic types

Sourcetype sigset_t

Values representing POSIX non-arithmetic types

Sourceval sigset_t : sigset_t Ctypes.typ
OCaml

Innovation. Community. Security.