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