changeset 1870:66a2b632c4a8

[!defined strtoumax]: Declare strtoumax.
author Jim Meyering <jim@meyering.net>
date Sun, 04 Jul 1999 10:40:04 +0000
parents 0f0905dd78b2
children b9b40e93a117
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 strtoumax
+uintmax_t strtoumax ();
+#endif
+
 static int
 bkm_scale (__strtol_t *x, int scale_factor)
 {