projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
218ec0b
)
Add xstrtoimax.
author
Jim Meyering
<jim@meyering.net>
Sun, 26 Aug 2001 10:42:50 +0000
(10:42 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 26 Aug 2001 10:42:50 +0000
(10:42 +0000)
lib/xstrtol.h
patch
|
blob
|
history
diff --git
a/lib/xstrtol.h
b/lib/xstrtol.h
index 7a9a024457f5c40a56d689c074eebd6d994dc66f..55766aee0217576bfebcc344989dc31529a1299b 100644
(file)
--- 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) \