Changeset 95975 in vbox for trunk/include/iprt/nocrt/inttypes.h
- Timestamp:
- Aug 2, 2022 12:55:08 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nocrt/inttypes.h
r93115 r95975 32 32 #include <iprt/types.h> 33 33 34 #define PRId8 "RI8" 35 #define PRIi8 "RI8" 36 #define PRIx8 "RX8" 37 #define PRIu8 "RU8" 38 #define PRIo8 huh? anyone using this? great! 39 40 #define PRId16 "RI16" 41 #define PRIi16 "RI16" 42 #define PRIx16 "RX16" 43 #define PRIu16 "RU16" 44 #define PRIo16 huh? anyone using this? great! 45 34 46 #define PRId32 "RI32" 47 #define PRIi32 "RI32" 35 48 #define PRIx32 "RX32" 36 49 #define PRIu32 "RU32" … … 38 51 39 52 #define PRId64 "RI64" 53 #define PRIi64 "RI64" 40 54 #define PRIx64 "RX64" 41 55 #define PRIu64 "RU64" 42 56 #define PRIo64 huh? anyone using this? great! 43 57 58 #define PRIdMAX "RI64" 59 #define PRIiMAX "RI64" 60 #define PRIxMAX "RX64" 61 #define PRIuMAX "RU64" 62 #define PRIoMAX huh? anyone using this? great! 63 44 64 #endif /* !IPRT_INCLUDED_nocrt_inttypes_h */ 45 65
Note:
See TracChangeset
for help on using the changeset viewer.