summaryrefslogtreecommitdiff
path: root/inttypes
Commit message (Collapse)AuthorAgeFilesLines
* Add _MIN and _MAX macros for the fixed-size types.H. Peter Anvin2007-08-201-0/+16
|
* inttypes.h: for older preprocessors, specify L and LL as appropriateH. Peter Anvin2007-06-211-3/+3
|
* inttypes.h: Fix spelling of SHRT_MAXH. Peter Anvin2007-06-211-1/+1
|
* inttypes.h: do a single ersatz <inttypes.h> based on <limits.h>H. Peter Anvin2007-06-214-299/+185
|
* Fix the [U]INT*_C() creation macrosH. Peter Anvin2007-06-023-41/+31
| | | | | The [U]INT*_C() macros were broken, because ## takes precedence over macro resolution.
* For platforms that don't have them, provide <inttypes.h> for common models.H. Peter Anvin2007-06-023-0/+309
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.