From ecca97d8937d2d347eabb85ceddd1e4aa3d10cae Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Fri, 24 Jul 2015 14:17:54 +0100 Subject: rename strtoll and strtoull as well. issue 339. --- Nt/386/include/lib9.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Nt/386/include/lib9.h') diff --git a/Nt/386/include/lib9.h b/Nt/386/include/lib9.h index 4d939b0d..808c4607 100755 --- a/Nt/386/include/lib9.h +++ b/Nt/386/include/lib9.h @@ -14,6 +14,8 @@ #define getwd infgetwd #define strtod infstrtod +#define strtoll infstrtoll +#define strtoull infstrtoull /* do-it-yourself isinf and isnan */ #ifndef isnan -- cgit v1.2.3