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