summaryrefslogtreecommitdiff
path: root/libpsx/include/inttypes.h
Commit message (Collapse)AuthorAgeFilesLines
* inttypes.h: Fix wrong definitionsHEADmasterXavier Del Campo Romero2024-03-311-4/+9
| | | | | PRIsN is not defined according to C99. Instead, PRIdN and PRIiN are the macros defined for signed integers.
* libpsx: Move type definitions to stdint.hXavier Del Campo Romero2023-11-291-37/+0
| | | | | According to C99 ยง7.8, inttypes.h is meant to include stdint.h, and not the other way around.
* Add PRiX* macros to inttypes.hXavier Del Campo Romero2020-11-081-0/+9
|
* Imported pristine psxsdk-20190410 from official repoXavi Del Campo2020-01-311-0/+68