POSIX arithmetic types
module Dev : Unsigned.Smodule Ino : Unsigned.Smodule Mode : Unsigned.Smodule Nlink : Unsigned.Smodule Time : Unsigned.Stype dev_t = Dev.ttype ino_t = Ino.ttype mode_t = Mode.ttype nlink_t = Nlink.ttype off_t = Off.ttype pid_t = Pid.ttype size_t = Unsigned.size_ttype ssize_t = Ssize.ttype time_t = Time.tValues representing POSIX arithmetic types
val clock_t : clock_t Ctypes.typval dev_t : dev_t Ctypes.typval ino_t : ino_t Ctypes.typval mode_t : mode_t Ctypes.typval nlink_t : nlink_t Ctypes.typval off_t : off_t Ctypes.typval pid_t : pid_t Ctypes.typval size_t : size_t Ctypes.typval ssize_t : ssize_t Ctypes.typval time_t : time_t Ctypes.typval useconds_t : useconds_t Ctypes.typPOSIX non-arithmetic types
Values representing POSIX non-arithmetic types
val sigset_t : sigset_t Ctypes.typ