diff options
Diffstat (limited to '')
-rw-r--r-- | src/gl/tests/imaxtostr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gl/tests/imaxtostr.c b/src/gl/tests/imaxtostr.c new file mode 100644 index 0000000..b91ac98 --- /dev/null +++ b/src/gl/tests/imaxtostr.c @@ -0,0 +1,3 @@ +#define anytostr imaxtostr +#define inttype intmax_t +#include "anytostr.c" |