Add xstrtoimax.
authorJim Meyering <jim@meyering.net>
Sun, 26 Aug 2001 10:42:50 +0000 (10:42 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 26 Aug 2001 10:42:50 +0000 (10:42 +0000)
lib/xstrtol.h

index 7a9a024..55766ae 100644 (file)
@@ -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)      \