Types.SignedModule type for signed integers.
val t : t Ctypes.typinclude Signed.S with type t := tmodule Infix : sig ... endval max_int : tval of_int : int -> tval to_int : t -> intval of_string : string -> tval to_string : t -> stringval to_hexstring : t -> stringval zero : tval one : tval of_string_opt : string -> t optionval pp : Stdlib.Format.formatter -> t -> unitval pp_hex : Stdlib.Format.formatter -> t -> unitval minus_one : tval min_int : tval of_nativeint : nativeint -> tval to_nativeint : t -> nativeintval of_int64 : int64 -> tval to_int64 : t -> int64