summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/xstrtol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/xstrtol.h b/lib/xstrtol.h
index 7a9a02445..55766aee0 100644
--- a/lib/xstrtol.h
+++ b/lib/xstrtol.h
@@ -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) \