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 00000000000..dc395d626ab --- /dev/null +++ b/lib/strtoumax.c | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | #define UNSIGNED 1 | ||
| 2 | #include "strtoimax.c" | ||