Up

module Ctypes_printers

: sig
#
val format_typ : Format.formatter -> 'a Ctypes.typ -> unit
#
val format_fn : Format.formatter -> 'a Ctypes.fn -> 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
#
val format_pointer : Format.formatter -> 'a Ctypes.ptr -> unit
#
val format_struct : Format.formatter -> ('a, 'b) Ctypes.structured -> unit
#
val format_union : Format.formatter -> ('a, 'b) Ctypes.structured -> unit
#
val format_array : Format.formatter -> 'a Ctypes.CArray.t -> unit
#
val format_ocaml : Format.formatter -> 'a Ctypes.ocaml -> unit
#
val format_blkcnt_t : Format.formatter -> PosixTypes.blkcnt_t -> unit
#
val format_blksize_t : Format.formatter -> PosixTypes.blksize_t -> unit
#
val format_clock_t : Format.formatter -> PosixTypes.clock_t -> unit
#
val format_dev_t : Format.formatter -> PosixTypes.dev_t -> unit
#
val format_fsblkcnt_t : Format.formatter -> PosixTypes.fsblkcnt_t -> unit
#
val format_fsfilcnt_t : Format.formatter -> PosixTypes.fsfilcnt_t -> unit
#
val format_gid_t : Format.formatter -> PosixTypes.gid_t -> unit
#
val format_id_t : Format.formatter -> PosixTypes.id_t -> unit
#
val format_ino_t : Format.formatter -> PosixTypes.ino_t -> unit
#
val format_mode_t : Format.formatter -> PosixTypes.mode_t -> unit
#
val format_off_t : Format.formatter -> PosixTypes.off_t -> unit
#
val format_pid_t : Format.formatter -> PosixTypes.pid_t -> unit
#
val format_size_t : Format.formatter -> PosixTypes.size_t -> unit
#
val format_ssize_t : Format.formatter -> PosixTypes.ssize_t -> unit
#
val format_suseconds_t : Format.formatter -> PosixTypes.suseconds_t -> unit
#
val format_time_t : Format.formatter -> PosixTypes.time_t -> unit
#
val format_uid_t : Format.formatter -> PosixTypes.uid_t -> unit
#
val format_useconds_t : Format.formatter -> PosixTypes.useconds_t -> unit
end