From 9efbc4be3b8910063894d3ac933841edc683171a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 31 Aug 2001 01:36:06 +0000 Subject: [PATCH] (strtoimax): New decl. --- lib/xstrtol.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.44.0