changeset 3379:1e5963a080b5

Add xstrtoimax.
author Jim Meyering <jim@meyering.net>
date Sun, 26 Aug 2001 10:42:50 +0000
parents b51e22ae6f95
children 8202d5377759
files lib/xstrtol.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/xstrtol.h
+++ b/lib/xstrtol.h
@@ -27,6 +27,7 @@
 		  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)	\