From: Paul Eggert Date: Tue, 28 Aug 2001 22:28:02 +0000 (+0000) Subject: (xstrtoimax): New decl. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=efc9c76cb740c31e7388c022cdfccc0949da3240;p=chaz%2Ftar (xstrtoimax): New decl. --- diff --git a/lib/xstrtol.h b/lib/xstrtol.h index ae17e07..513855f 100644 --- a/lib/xstrtol.h +++ b/lib/xstrtol.h @@ -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) \