libc: core: implement assert, ctype, wctype, and stdlib functions
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
int atexit(void (*func)(void))
|
||||
{
|
||||
/* TODO */
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user