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