diff options
Diffstat (limited to 'src/gl/tests/uinttostr.c')
-rw-r--r-- | src/gl/tests/uinttostr.c | 3 |
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" |