From 2fb1f177d9565d5239b9c04eff87702d874f102b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 31 Aug 2001 08:17:45 +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.7.4