lib: micro-c: implement sbrk emulation and dlmalloc

This commit is contained in:
2026-02-23 18:46:02 +00:00
parent 562a729c25
commit c39e0b206a
6 changed files with 112 additions and 9 deletions

4
lib/ulibc/stdlib/abort.c Normal file
View File

@@ -0,0 +1,4 @@
void abort(void)
{
/* TODO */
}