summaryrefslogtreecommitdiff
path: root/src/inttypes/SCNoPTR.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inttypes/SCNoPTR.h')
-rw-r--r--src/inttypes/SCNoPTR.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/inttypes/SCNoPTR.h b/src/inttypes/SCNoPTR.h
new file mode 100644
index 00000000..b3d50767
--- /dev/null
+++ b/src/inttypes/SCNoPTR.h
@@ -0,0 +1,10 @@
+#include <inttypes.h>
+#if WORD_BIT == 64
+#define SCNoPTR "llo"
+#else
+#define SCNoPTR "lo"
+#endif
+
+/*
+STDC(199901)
+*/