package ctypes

  1. Overview
  2. Docs
module type S = sig ... end
module UChar : S
module UInt8 : S
module UInt16 : S
module UInt32 : sig ... end
module UInt64 : sig ... end
module Size_t : S
module UShort : S
module UInt : S
module ULong : S
module ULLong : S
type uchar = UChar.t
type uint8 = UInt8.t
type uint16 = UInt16.t
type uint32 = UInt32.t
type uint64 = UInt64.t
type size_t = Size_t.t
type ushort = UShort.t
type uint = UInt.t
type ulong = ULong.t
type ullong = ULLong.t
OCaml

Innovation. Community. Security.