Luna/libs/libc/include
apio d3ac590e24 Kernel: Remove the sys_getversion() syscall
User programs can now acquire this information by reading /dev/version.
2022-10-11 21:31:28 +02:00
..
bits libc: Implement the start of a FILE* API (the standard, portable C way of doing file stuff) 2022-10-10 21:08:57 +02:00
luna Kernel: Remove the sys_getversion() syscall 2022-10-11 21:31:28 +02:00
sys libc: Implement wrappers for sys_{open,read,write} 2022-10-10 20:45:26 +02:00
errno.h VFS: Add a 'type' flag to Nodes, implement EISDIR 2022-10-11 17:48:11 +02:00
fcntl.h libc: Add new flags to open() 2022-10-11 21:07:21 +02:00
luna.h libc: Rename the _ folder to bits, as used internally by libraries 2022-10-04 19:11:54 +02:00
stdio.h libc: make stdout and stderr functional 2022-10-11 21:08:46 +02:00
stdlib.h libc: Rename the _ folder to bits, as used internally by libraries 2022-10-04 19:11:54 +02:00
string.h libc: Implement strerror() 2022-10-08 12:29:06 +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 Kernel/syscalls: Modify sys_write to accept a file descriptor and write to it 2022-10-11 21:06:12 +02:00