package ctypes

  1. Overview
  2. Docs
module type S = sig ... end
module Int32 : sig ... end
module Int64 : sig ... end
module Long : S
module LLong : S
type long = Long.t
type llong = LLong.t
OCaml

Innovation. Community. Security.