Luna/libc/include
apio 2d2db300b0
All checks were successful
continuous-integration/drone/push Build is passing
libc: Add malloc(), calloc(), realloc() and free()
2023-01-13 20:00:20 +01:00
..
bits Add a VERY BASIC and hacky way of allocating memory from userspace 2023-01-11 23:02:42 +01:00
sys kernel, luna, libc: Move the heap code to a common zone, to be used by both kernel and userspace 2023-01-13 19:27:53 +01:00
ctype.h Unify libc header descriptions 2023-01-08 15:29:30 +01:00
errno.h Remove the word 'header' from libc header descriptions 2023-01-07 11:39:15 +01:00
stdio.h Remove the word 'header' from libc header descriptions 2023-01-07 11:39:15 +01:00
stdlib.h libc: Add malloc(), calloc(), realloc() and free() 2023-01-13 20:00:20 +01:00
string.h Remove the word 'header' from libc header descriptions 2023-01-07 11:39:15 +01:00
time.h Unify libc header descriptions 2023-01-08 15:29:30 +01:00
unistd.h libc: header documentation for supported functions 2023-01-06 20:02:07 +01:00