banan-os/libc/include
Bananymous 8d6db168d6 Kernel: remove message from BAN::Error
We don't store the error message anymore in BAN::Error.
Instead we store a error code that can be mapped into a string.
This allows BAN::Error to only take 4 bytes instead of 128.

We should also make some kernel initialization just panic instead
of returning errors since they are required for succesfull boot
anyway.
2023-04-11 23:25:21 +03:00
..
sys LibC: sys/types uses 'typedef' instead of 'using' 2023-04-05 15:03:24 +03:00
assert.h LibC: Add some new functions 2022-12-13 00:51:57 +02:00
ctype.h LibC: Add is*() functions to libc 2023-01-16 20:05:51 +02:00
dirent.h LibC: add dirent.h 2023-03-25 02:08:33 +02:00
errno.h Kernel: remove message from BAN::Error 2023-04-11 23:25:21 +03:00
fcntl.h LibC: add fcntl.h with some defines 2023-03-17 21:18:41 +02:00
stdio.h LibC: add stubs for a lot of functions 2023-04-05 23:58:40 +03:00
stdlib.h LibC: add stubs for a lot of functions 2023-04-05 23:58:40 +03:00
string.h LibC: add stubs for a lot of functions 2023-04-05 23:58:40 +03:00
time.h LibC: Add stat structure 2023-03-24 18:08:22 +02:00
unistd.h LibC: add stubs for a lot of functions 2023-04-05 23:58:40 +03:00