summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2015-07-24 14:17:54 +0100
committerCharles Forsyth <charles.forsyth@gmail.com>2015-07-24 14:17:54 +0100
commitecca97d8937d2d347eabb85ceddd1e4aa3d10cae (patch)
tree92ac687c51c94d4678de36970770d72259b84767
parent8c369e1fcbcb0ed13a32a278682a432bc7934cde (diff)
rename strtoll and strtoull as well. issue 339.
-rwxr-xr-xNt/386/include/lib9.h2
1 files changed, 2 insertions, 0 deletions
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