Luna/libc/include
apio 770286a19d
All checks were successful
continuous-integration/drone/push Build is passing
kernel+libc: Implement fcntl() for F_DUPFD and F_DUPFD_CLOEXEC
2023-03-24 21:33:20 +01:00
..
bits kernel+libc: Implement fcntl() for F_DUPFD and F_DUPFD_CLOEXEC 2023-03-24 21:33:20 +01:00
sys kernel+libc+init: Add getppid() and wait() 2023-03-24 17:39:55 +01:00
assert.h libc: Add assert.h 2023-01-22 12:51:30 +01:00
ctype.h libc: Unify function descriptions 2023-03-12 11:15:45 +01:00
errno.h Remove the word 'header' from libc header descriptions 2023-01-07 11:39:15 +01:00
fcntl.h kernel+libc: Implement fcntl() for F_DUPFD and F_DUPFD_CLOEXEC 2023-03-24 21:33:20 +01:00
stdio.h libc: Add (f)getc, getchar, and fgets 2023-03-23 21:35:09 +01:00
stdlib.h kernel: Add support for exit codes and start preparing for waitpid() 2023-03-23 22:25:56 +01:00
string.h libluna+libc: Add strncmp, strncat and strncpy 2023-03-12 15:20:44 +01:00
time.h libc: Add a wide range of time manipulation functions, including reentrant variants 2023-01-13 21:06:27 +01:00
unistd.h kernel+libc: Implement fcntl() for F_DUPFD and F_DUPFD_CLOEXEC 2023-03-24 21:33:20 +01:00