From: Paul Eggert Date: Fri, 31 Aug 2001 01:36:06 +0000 (+0000) Subject: (strtoimax): New decl. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=9efbc4be3b8910063894d3ac933841edc683171a;p=chaz%2Ftar (strtoimax): New decl. --- diff --git a/lib/xstrtol.c b/lib/xstrtol.c index 7bc7335..b677ef9 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