]> Dogcows Code - chaz/tar/blobdiff - lib/xstrtol.h
Remove addext.c, malloc.c, realloc.c.
[chaz/tar] / 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.020808 seconds and 4 git commands to generate.