aboutsummaryrefslogtreecommitdiff
path: root/include/inttypes.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix inttypes.h format constants for uintptr_t and intptr_t.Flavio Cruz2022-12-271-9/+11
| | | | | | | | The format constants are not correct for 32 bits and there was duplication for PRIx* constants (replaced with octal constants). Fixed a few format warnings too. Message-Id: <Y6o5KsvtPavCYe8f@mars>
* 64bit: Fix format warningsSamuel Thibault2020-03-291-0/+62
* i386/i386at/biosmem.c: Include <inttypes.h> (biosmem_map_show, biosmem_load_segment): Use PRIx64.