lib: micro-c: implement sbrk emulation and dlmalloc
This commit is contained in:
4
lib/ulibc/stdlib/abort.c
Normal file
4
lib/ulibc/stdlib/abort.c
Normal file
@@ -0,0 +1,4 @@
|
||||
void abort(void)
|
||||
{
|
||||
/* TODO */
|
||||
}
|
||||
Reference in New Issue
Block a user