summaryrefslogtreecommitdiff
path: root/gnu/umaxtostr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/umaxtostr.c')
-rw-r--r--gnu/umaxtostr.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/umaxtostr.c b/gnu/umaxtostr.c
new file mode 100644
index 0000000..94a9cc5
--- /dev/null
+++ b/gnu/umaxtostr.c
@@ -0,0 +1,6 @@
+/* -*- buffer-read-only: t -*- vi: set ro: */
+/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
+#define inttostr umaxtostr
+#define inttype uintmax_t
+#define inttype_is_signed 0
+#include "inttostr.c"