Skip to content

Commit

Permalink
Merge pull request #1182 from mintsuki/scndfast64
Browse files Browse the repository at this point in the history
options/ansi: inttypes.h: Add SCNdFAST64 macro
  • Loading branch information
mintsuki authored Oct 29, 2024
2 parents ea90982 + d02f61a commit 7149f46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions options/ansi/include/inttypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@

#define SCNd32 "d"
#define SCNd64 __PRI64 "d"
#define SCNdFAST64 __PRI64 "d"

#define SCNu16 "hu"

Expand Down

0 comments on commit 7149f46

Please sign in to comment.