# HG changeset patch # User Jim Meyering # Date 998822570 0 # Node ID 1e5963a080b5f2c681c10a04c1021182476daefa # Parent b51e22ae6f9555341b185039910ee01f08aecd55 Add xstrtoimax. diff --git a/lib/xstrtol.h b/lib/xstrtol.h --- a/lib/xstrtol.h +++ b/lib/xstrtol.h @@ -27,6 +27,7 @@ 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) \