For platforms that don't have them, provide <inttypes.h> for common models.
commitf209f7b1e871c2aa4ae812122c2aec0ec0490538
authorH. Peter Anvin <hpa@zytor.com>
Sat, 2 Jun 2007 00:05:35 +0000 (2 00:05 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 2 Jun 2007 00:05:35 +0000 (2 00:05 +0000)
treed7314bba0fb4269386d677c0c2322a5b0c2e4521
parentce2b397f1ed4e589c724e192e74ffc99e00d5bb5
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.
inttypes/i16l32/inttypes.h [new file with mode: 0644]
inttypes/i32l32/inttypes.h [new file with mode: 0644]
inttypes/i32l64/inttypes.h [new file with mode: 0644]