Updated list of stuff

This commit is contained in:
Gitea 2020-12-22 17:27:15 -06:00
parent 1f281c4d20
commit 66435b0bb0
1 changed files with 15 additions and 7 deletions

22
README
View File

@ -9,12 +9,14 @@ library that exists on such a system.
Currently, the following headers are finished and fully compliant:
assert.h*
cpio.h
errno.h?
errno.h
float.h
iso646.h
libgen.h
limits.h?
limits.h??
stdbool.h
stddef.h
stdint.h
sys/un.h
tar.h
@ -33,23 +35,29 @@ string.h (26%)
time.h (4%)
The following headers exist and have all definitions, but no code:
aio.h
fmtmsg.h
fnmatch.h
grp.h
iconv.h
pwd.h
sys/utsname.h
syslog.h
ulimit.h
The following headers exist and are incomplete:
float.h (45%)
complex.h (<10%)
math.h (<33%)
netinit/in.h (37%)
stdio.h (<20%)
stdlib.h (24%)
stdio.h (<50%, ISO C functions are all there)
stdlib.h (<60%, ISO C functions are all there)
string.h (26%)
sys/io.h (??)
sys/socket.h (5%)
sys/types.h (37%)
sys/types.h (<60%?)
sys/wait.h (63%)
time.h (14%)
unistd.h (<15%)
unistd.h (<15%?)
Building
--------