Fennix/Userspace/libc/STATUS.md
EnderIce2 6dae34debd
userspace: Rewrite everything
Everything.

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-01-04 06:27:54 +02:00

40 lines
904 B
Markdown

# FENNIX C LIBRARY STATUS
[IEEE Std 1003.1™-2024 Edition](https://pubs.opengroup.org/onlinepubs/9799919799/)
| FILE | STATUS |
|---------------|-----------|
| | |
| fennix/syscalls.h | PROVIDE |
| sys/mman.h | TODO |
| sys/stat.h | TODO |
| sys/types.h | TODO |
| sys/wait.h | TODO |
| assert.h | COMPLETE|
| dirent.h | TODO |
| errno.h | PROVIDE |
| fcntl.h | TODO |
| float.h | TODO |
| inttypes.h | TODO |
| limits.h | TODO |
| locale.h | TODO |
| math.h | TODO |
| pthread.h | TODO |
| pwd.h | TODO |
| sched.h | TODO |
| signal.h | TODO |
| stdarg.h | TODO |
| stdbool.h | COMPLETE|
| stddef.h | TODO |
| stdint.h | TODO |
| stdio.h | TODO |
| stdlib.h | TODO |
| string.h | TODO |
| time.h | TODO |
| unistd.h | TODO |
---
[functions](https://pubs.opengroup.org/onlinepubs/9799919799/functions/)
[basedefs](https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/)