libc: core: implement assert, ctype, wctype, and stdlib functions

This commit is contained in:
2026-04-01 18:48:35 +01:00
parent 36a486cca6
commit 40682810ab
22 changed files with 581 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
int atexit(void (*func)(void))
{
/* TODO */
return 0;
}