summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-26 10:42:50 +0000
committerJim Meyering <jim@meyering.net>2001-08-26 10:42:50 +0000
commitde8c1441090c11587cec7c912d2e11dd2834ca73 (patch)
tree60f1cda6226d433f8ec6c82f4094f54bb24fe1b6
parent86c5732f05244c2975aac7bb549784c4d159403b (diff)
downloadcoreutils-de8c1441090c11587cec7c912d2e11dd2834ca73.tar.xz
Add xstrtoimax.
-rw-r--r--lib/xstrtol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/xstrtol.h b/lib/xstrtol.h
index 7a9a02445..55766aee0 100644
--- a/lib/xstrtol.h
+++ b/lib/xstrtol.h
@@ -27,6 +27,7 @@ typedef enum strtol_error strtol_error;
type *val, const char *valid_suffixes));
_DECLARE_XSTRTOL (xstrtol, long int)
_DECLARE_XSTRTOL (xstrtoul, unsigned long int)
+_DECLARE_XSTRTOL (xstrtoimax, intmax_t)
_DECLARE_XSTRTOL (xstrtoumax, uintmax_t)
# define _STRTOL_ERROR(Exit_code, Str, Argument_type_string, Err) \