From: Daniel Stenberg Date: Thu, 11 Aug 2005 20:42:02 +0000 (+0000) Subject: Added comment about strtoimax() X-Git-Tag: curl-7_14_1~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d14a8060887d2a54c0cee26b0c444a58ac1387c;p=thirdparty%2Fcurl.git Added comment about strtoimax() --- diff --git a/lib/strtoofft.c b/lib/strtoofft.c index 391f80d244..a0aab90376 100644 --- a/lib/strtoofft.c +++ b/lib/strtoofft.c @@ -24,6 +24,14 @@ #include "setup.h" #include "strtoofft.h" +/* + * NOTE: + * + * In the ISO C standard (IEEE Std 1003.1), there is a strtoimax() function we + * could use in case strtoll() doesn't exist... See + * http://www.opengroup.org/onlinepubs/009695399/functions/strtoimax.html + */ + #ifdef NEED_CURL_STRTOLL #include #include