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