summaryrefslogtreecommitdiff
path: root/libc/LIB.status
diff options
context:
space:
mode:
Diffstat (limited to 'libc/LIB.status')
-rw-r--r--libc/LIB.status6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/LIB.status b/libc/LIB.status
index 7ef0748..bd8fcf0 100644
--- a/libc/LIB.status
+++ b/libc/LIB.status
@@ -3,9 +3,9 @@ Stdlib:
What should stdlib contain, and current status.
-atof - missing
-atoi - missing
-atol - missing
+atof - ok, inlined, bound to sscanf
+atoi - ok, inlined, bound to sscanf, will read hex and octal
+atol - ok, inlined, bound to sscanf, will read hex and octal
strtod - missing
strtof - missing
strtold - missing (do we want to support long double anyway?)