integer sizes

VLD/VMB gwyn at Brl-Vld.ARPA
Sun Mar 3 12:28:48 AEST 1985


ANSI C will guarantee minimum sizes for integer types.
A short or an int will have 16 bits minimum and a long
will have 32 bits minimum.  For other sizes, round up.
For more than 32 bits, find another way.



More information about the Comp.lang.c mailing list