108 Commits

Author SHA1 Message Date
8891304509
libc: Add ctype.h 2023-01-06 20:48:08 +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
c3653cd4e6
More stdlib.h implementation + commenting + atexit() 2023-01-06 19:40:25 +01:00
bdfe7dac17
libc: Remove crti.o and crtn.o
Looks like these are now provided by the compiler.
2023-01-06 17:59:54 +01:00
8838e2cf22
Bring back the OS-Specific Toolchain on restart :^) 2023-01-06 17:35:07 +01:00
7acef24494
Make libc depend on crt{0,i,n}.o 2023-01-06 14:32:38 +01:00
129e3c434a
Switch to C for userspace, with a very bare-bones libc!! 2023-01-06 13:31:14 +01:00