diff options
Diffstat (limited to 'lib/strtoumax.c')
-rw-r--r-- | lib/strtoumax.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/strtoumax.c b/lib/strtoumax.c new file mode 100644 index 0000000..dc395d6 --- /dev/null +++ b/lib/strtoumax.c @@ -0,0 +1,2 @@ +#define UNSIGNED 1 +#include "strtoimax.c" |