(strtoimax): New decl.
authorJim Meyering <jim@meyering.net>
Fri, 31 Aug 2001 08:17:45 +0000 (08:17 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 31 Aug 2001 08:17:45 +0000 (08:17 +0000)
lib/xstrtol.c

index 7bc7335..b677ef9 100644 (file)
@@ -86,6 +86,10 @@ long int strtol ();
 unsigned long int strtoul ();
 #endif
 
+#ifndef strtoimax
+intmax_t strtoimax ();
+#endif
+
 #ifndef strtoumax
 uintmax_t strtoumax ();
 #endif