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/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