7 Commits

Author SHA1 Message Date
28bde216c4
libc: Implement perror() 2023-01-13 21:08:10 +01:00
471103e4f3
Remove the word 'header' from libc header descriptions 2023-01-07 11:39:15 +01:00
7e377ef712
Implement printf() 2023-01-07 01:49:26 +01:00
80f5c790f8
Implement string formatting into libc :)
Of course, using <luna/Format.h> makes it so simple. No need for duplicate code!
2023-01-06 20:15:43 +01:00
367a2ce521
libc: header documentation for supported functions 2023-01-06 20:02:07 +01:00
8838e2cf22
Bring back the OS-Specific Toolchain on restart :^) 2023-01-06 17:35:07 +01:00
129e3c434a
Switch to C for userspace, with a very bare-bones libc!! 2023-01-06 13:31:14 +01:00