Module PosixTypes
Some POSIX types.
POSIX arithmetic types
module Dev : Unsigned.S
module Ino : Unsigned.S
module Mode : Unsigned.S
module Nlink : Unsigned.S
module Time : Unsigned.S
type clock_t
type dev_t
= Dev.t
type ino_t
= Ino.t
type mode_t
= Mode.t
type nlink_t
= Nlink.t
type off_t
= Off.t
type pid_t
= Pid.t
type size_t
= Unsigned.size_t
type ssize_t
= Ssize.t
type time_t
= Time.t
type useconds_t
Values representing POSIX arithmetic types
val clock_t : clock_t Ctypes.typ
val dev_t : dev_t Ctypes.typ
val ino_t : ino_t Ctypes.typ
val mode_t : mode_t Ctypes.typ
val nlink_t : nlink_t Ctypes.typ
val off_t : off_t Ctypes.typ
val pid_t : pid_t Ctypes.typ
val size_t : size_t Ctypes.typ
val ssize_t : ssize_t Ctypes.typ
val time_t : time_t Ctypes.typ
val useconds_t : useconds_t Ctypes.typ
POSIX non-arithmetic types
Values representing POSIX non-arithmetic types
val sigset_t : sigset_t Ctypes.typ