From: Jim Meyering Date: Sun, 26 Aug 2001 10:42:50 +0000 (+0000) Subject: Add xstrtoimax. X-Git-Tag: TEXTUTILS-2_0_15~291 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de8c1441090c11587cec7c912d2e11dd2834ca73;p=thirdparty%2Fcoreutils.git Add xstrtoimax. --- diff --git a/lib/xstrtol.h b/lib/xstrtol.h index 7a9a024457..55766aee02 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) \