projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
665d619
)
(strtoimax): New decl.
author
Jim Meyering
<jim@meyering.net>
Fri, 31 Aug 2001 08:17:45 +0000
(08:17 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 31 Aug 2001 08:17:45 +0000
(08:17 +0000)
lib/xstrtol.c
patch
|
blob
|
history
diff --git
a/lib/xstrtol.c
b/lib/xstrtol.c
index 7bc733545c2ae8efc7ec1d7aea597cb4455b87cb..b677ef9ffa828e34ed5bed736cc284c2df1330d9 100644
(file)
--- a/
lib/xstrtol.c
+++ b/
lib/xstrtol.c
@@
-86,6
+86,10
@@
long int strtol ();
unsigned long int strtoul ();
#endif
+#ifndef strtoimax
+intmax_t strtoimax ();
+#endif
+
#ifndef strtoumax
uintmax_t strtoumax ();
#endif