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