Finished time.h?

This commit is contained in:
Gitea 2020-12-13 09:13:58 -06:00
parent 25658c7690
commit 1505f8b0e5
2 changed files with 81 additions and 4 deletions

4
README
View file

@ -14,6 +14,7 @@ iso646.h
libgen.h
limits.h?
stdbool.h
stddef.h
sys/un.h
tar.h
@ -24,6 +25,7 @@ The following headers are POSIX-compliant, but not XSI-compliant:
The following headers are ISO-compliant, though not POSIX-compliant:
The following headers have working code, but are still in progress:
ctype.h (56%, missing locale-specific functions)
math.h (3%)
stdio.h (3% + most of printf and maybe perror?)
stdlib.h (13%)
@ -31,7 +33,6 @@ string.h (26%)
time.h (4%)
The following headers exist and have all definitions, but no code:
ctype.h
sys/utsname.h
syslog.h
ulimit.h
@ -40,7 +41,6 @@ The following headers exist and are incomplete:
float.h (45%)
math.h (<33%)
netinit/in.h (37%)
stddef.h (80%)
stdio.h (<20%)
stdlib.h (24%)
string.h (26%)