(xstrtoimax): New decl.

This commit is contained in:
Paul Eggert
2001-08-28 22:28:02 +00:00
parent bec3001dcb
commit efc9c76cb7

View File

@@ -44,6 +44,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) \