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