[!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 760b2a57b4a3d3a060d7094e9501622e4b939db1..e7b20618910bdecf7c5fbcdf87ac42b14c1b8192 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)
 {