Luna/libs/libc/include
2022-10-02 20:45:04 +02:00
..
_ Add mmap and munmap syscalls, and thus, add malloc and free to libc!! (yet again, thanks to the wonderful liballoc) 2022-10-02 20:45:04 +02:00
luna Add mmap and munmap syscalls, and thus, add malloc and free to libc!! (yet again, thanks to the wonderful liballoc) 2022-10-02 20:45:04 +02:00
sys Add a proper syscall() function to unistd.h 2022-10-02 17:02:15 +02:00
errno.h WIP: Add a C Library, let's try to compile a Hosted GCC cross-compiler using this! 2022-10-01 20:59:22 +02:00
luna.h Make function stubs in libc loudly abort instead of silently failing 2022-10-02 18:10:53 +02:00
stdio.h WIP: Add a C Library, let's try to compile a Hosted GCC cross-compiler using this! 2022-10-01 20:59:22 +02:00
stdlib.h WIP: Add a C Library, let's try to compile a Hosted GCC cross-compiler using this! 2022-10-01 20:59:22 +02:00
string.h Add a memclr() SSE-optimized function 2022-10-02 19:13:33 +02:00
time.h WIP: Add a C Library, let's try to compile a Hosted GCC cross-compiler using this! 2022-10-01 20:59:22 +02:00
unistd.h Make function stubs in libc loudly abort instead of silently failing 2022-10-02 18:10:53 +02:00