mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-27 15:04:31 +00:00
40 lines
904 B
Markdown
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/)
|