LibC: Add SCNu64 and SCNd64 macros for stress-g port

This commit is contained in:
Brian Gianforcaro 2020-12-20 01:21:46 -08:00 committed by Andreas Kling
parent b781495e74
commit 4f86893927

View file

@ -65,3 +65,6 @@
#define SCNdMAX __PRI64_PREFIX "d"
#define SCNoMAX __PRI64_PREFIX "o"
#define SCNuMAX __PRI64_PREFIX "u"
#define SCNu64 __PRI64_PREFIX "u"
#define SCNd64 __PRI64_PREFIX "d"