Module Typ.IntegerWidths

type t = {
char_width : int;
short_width : int;
int_width : int;
long_width : int;
longlong_width : int;
}
val compare : t -> t -> int
val java : t
val load : IBase.SourceFile.t -> t option
module SQLite : sig ... end