Commit graph

6 commits

Author SHA1 Message Date
H. Peter Anvin
ea8a28253b Add _MIN and _MAX macros for the fixed-size types. 2007-08-20 20:09:11 +00:00
H. Peter Anvin
fa87e1a088 inttypes.h: for older preprocessors, specify L and LL as appropriate 2007-06-21 06:24:23 +00:00
H. Peter Anvin
0f9cdb2a59 inttypes.h: Fix spelling of SHRT_MAX 2007-06-21 06:20:43 +00:00
H. Peter Anvin
272b6c7295 inttypes.h: do a single ersatz <inttypes.h> based on <limits.h> 2007-06-21 06:15:42 +00:00
H. Peter Anvin
ca9f626ba8 Fix the [U]INT*_C() creation macros
The [U]INT*_C() macros were broken, because ## takes precedence over
macro resolution.
2007-06-02 02:26:21 +00:00
H. Peter Anvin
f209f7b1e8 For platforms that don't have them, provide <inttypes.h> for common models.
Apparently, some platforms (*cough* MSVC *cough*) haven't figured out what
year it is and are behind the curve.  Provide <inttypes.h> for common
memory models.  We can add more if there are odd platforms which don't
have "long long" for 64 bits, too.
2007-06-02 00:05:35 +00:00