mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:27:34 +00:00
LibC: Add SCNu64 and SCNd64 macros for stress-g port
This commit is contained in:
parent
b781495e74
commit
4f86893927
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue