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