summaryrefslogtreecommitdiff
path: root/gl/imaxtostr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/imaxtostr.c')
-rw-r--r--gl/imaxtostr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gl/imaxtostr.c b/gl/imaxtostr.c
new file mode 100644
index 0000000000..5e87ad526f
--- /dev/null
+++ b/gl/imaxtostr.c
@@ -0,0 +1,3 @@
+#define inttostr imaxtostr
+#define inttype intmax_t
+#include "inttostr.c"