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