diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-26 10:42:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-26 10:42:50 +0000 |
commit | de8c1441090c11587cec7c912d2e11dd2834ca73 (patch) | |
tree | 60f1cda6226d433f8ec6c82f4094f54bb24fe1b6 | |
parent | 86c5732f05244c2975aac7bb549784c4d159403b (diff) | |
download | coreutils-de8c1441090c11587cec7c912d2e11dd2834ca73.tar.xz |
Add xstrtoimax.
-rw-r--r-- | lib/xstrtol.h | 1 |
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) \ |