Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - an item of type "long int" occupies 4 bytes of storage. its value is in the http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
An item of type "long int" occupies 4 bytes of storage.  Its value is in the
following range.


     -2147483648 <= n <= 2147483647

Note that "long int" is signed and hence "long int" and "signed long int"
are equivalent.  If an item of type "long int" is to be unsigned, it must be
defined as "unsigned long int".  In this case, its value is in the following
range.


     0 <= n <= 4294967295

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson