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