changeset 3414:c0f1d40e8c24

(strtoimax): New decl.
author Jim Meyering <jim@meyering.net>
date Fri, 31 Aug 2001 08:17:45 +0000
parents 4191d757eaee
children 6cc4de64617e
files lib/xstrtol.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/xstrtol.c
+++ b/lib/xstrtol.c
@@ -86,6 +86,10 @@
 unsigned long int strtoul ();
 #endif
 
+#ifndef strtoimax
+intmax_t strtoimax ();
+#endif
+
 #ifndef strtoumax
 uintmax_t strtoumax ();
 #endif