summaryrefslogtreecommitdiff
path: root/src/inttypes/SCNx64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/inttypes/SCNx64.c')
-rw-r--r--src/inttypes/SCNx64.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/inttypes/SCNx64.c b/src/inttypes/SCNx64.c
new file mode 100644
index 00000000..bf42ec81
--- /dev/null
+++ b/src/inttypes/SCNx64.c
@@ -0,0 +1,6 @@
+#include <inttypes.h>
+#define SCNx64 "llx"
+
+/*
+STDC(199901)
+*/