diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-26 07:00:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-26 07:00:08 +0000 |
commit | 114c6c6af10dfcf115836d0bda78064b99b96055 (patch) | |
tree | a25874a3cda918e74c872eb2c025439005b7bee8 /lib | |
parent | 96096e769d01491400a0f705c49bb30a491e1376 (diff) | |
download | coreutils-114c6c6af10dfcf115836d0bda78064b99b96055.tar.xz |
Stub. Just #define STRTOUXMAX_SIGNED, then
#include "strtouxmax.c"
Diffstat (limited to 'lib')
-rw-r--r-- | lib/strtoimax.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/strtoimax.c b/lib/strtoimax.c new file mode 100644 index 000000000..fe4123b18 --- /dev/null +++ b/lib/strtoimax.c @@ -0,0 +1,2 @@ +#define STRTOUXMAX_SIGNED +#include "strtouxmax.c" |