]> Dogcows Code - chaz/tar/commitdiff
(xstrtoimax): New decl.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Aug 2001 22:28:02 +0000 (22:28 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Aug 2001 22:28:02 +0000 (22:28 +0000)
lib/xstrtol.h

index ae17e070e352035f49d1483614adb67500953d65..513855f14e5d8a6e429b4f1f5a9238a771b60643 100644 (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)      \
This page took 0.021908 seconds and 4 git commands to generate.