package ctypes

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

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.