.
[gnulib.git] / lib / xstrtol.c
index 760b2a5..07023d9 100644 (file)
@@ -1,5 +1,5 @@
 /* A more useful interface to strtol.
-   Copyright 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1998-2000 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -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)
 {