source:
bootcd/isolinux/syslinux-6.03/com32/include/bitsize32/limits.h
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 234 bytes |
Line | |
---|---|
1 | /* |
2 | * bits32/limits.h |
3 | */ |
4 | |
5 | #ifndef _BITSIZE32_LIMITS_H |
6 | #define _BITSIZE32_LIMITS_H |
7 | |
8 | #define LONG_BIT 32 |
9 | |
10 | #define LONG_MIN (-2147483647L-1) |
11 | #define LONG_MAX 2147483647L |
12 | #define ULONG_MAX 4294967295UL |
13 | |
14 | #endif /* _BITSIZE_LIMITS_H */ |
Note: See TracBrowser
for help on using the repository browser.