From: Jim Meyering Date: Fri, 31 Aug 2001 08:17:45 +0000 (+0000) Subject: (strtoimax): New decl. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fb2cf55318639228fafd49e80d6bb16530dcc15;p=pspp (strtoimax): New decl. --- diff --git a/lib/xstrtol.c b/lib/xstrtol.c index 7bc733545c..b677ef9ffa 100644 --- a/lib/xstrtol.c +++ b/lib/xstrtol.c @@ -86,6 +86,10 @@ long int strtol (); unsigned long int strtoul (); #endif +#ifndef strtoimax +intmax_t strtoimax (); +#endif + #ifndef strtoumax uintmax_t strtoumax (); #endif