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