summaryrefslogtreecommitdiff
path: root/gnu/uinttostr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/uinttostr.c')
-rw-r--r--gnu/uinttostr.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/uinttostr.c b/gnu/uinttostr.c
new file mode 100644
index 00000000..70458ecc
--- /dev/null
+++ b/gnu/uinttostr.c
@@ -0,0 +1,5 @@
+/* -*- buffer-read-only: t -*- vi: set ro: */
+/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
+#define anytostr uinttostr
+#define inttype unsigned int
+#include "anytostr.c"