package integers

  1. Overview
  2. Docs
val format_sint : Format.formatter -> Signed.SInt.t -> unit
val format_long : Format.formatter -> Signed.Long.t -> unit
val format_llong : Format.formatter -> Signed.LLong.t -> unit
val format_uchar : Format.formatter -> Unsigned.UChar.t -> unit
val format_uint8 : Format.formatter -> Unsigned.UInt8.t -> unit
val format_uint16 : Format.formatter -> Unsigned.UInt16.t -> unit
val format_uint32 : Format.formatter -> Unsigned.UInt32.t -> unit
val format_uint64 : Format.formatter -> Unsigned.UInt64.t -> unit
val format_ushort : Format.formatter -> Unsigned.UShort.t -> unit
val format_uint : Format.formatter -> Unsigned.UInt.t -> unit
val format_ulong : Format.formatter -> Unsigned.ULong.t -> unit
val format_ullong : Format.formatter -> Unsigned.ULLong.t -> unit