[!defined strtoumax]: Declare strtoumax.
authorJim Meyering <jim@meyering.net>
Sun, 4 Jul 1999 10:40:04 +0000 (10:40 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 4 Jul 1999 10:40:04 +0000 (10:40 +0000)
lib/xstrtol.c

index 760b2a5..e7b2061 100644 (file)
@@ -86,6 +86,10 @@ long int strtol ();
 unsigned long int strtoul ();
 #endif
 
+#ifndef strtoumax
+uintmax_t strtoumax ();
+#endif
+
 static int
 bkm_scale (__strtol_t *x, int scale_factor)
 {