summaryrefslogtreecommitdiff
path: root/lib/strtoimax.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-26 07:00:08 +0000
committerJim Meyering <jim@meyering.net>2001-08-26 07:00:08 +0000
commit114c6c6af10dfcf115836d0bda78064b99b96055 (patch)
treea25874a3cda918e74c872eb2c025439005b7bee8 /lib/strtoimax.c
parent96096e769d01491400a0f705c49bb30a491e1376 (diff)
downloadcoreutils-114c6c6af10dfcf115836d0bda78064b99b96055.tar.xz
Stub. Just #define STRTOUXMAX_SIGNED, then
#include "strtouxmax.c"
Diffstat (limited to 'lib/strtoimax.c')
-rw-r--r--lib/strtoimax.c2
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"