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