"Nico Heinze" <[EMAIL PROTECTED]> wrote: > ...every compiler writer is free to define int values at will > (except for the ANSI requirements that short is >= 16 bits and > that int is >= 17 bits,
The minimum range of int is -32767..32767, which only requires 16-bits. -- Peter
