ref: a8e2e90fa44baacd3339cdfcb927e3c24ad89190 dir: /src/libc/arch/linux/_getheap.c/
#include <stddef.h> #include "../../libc.h" #include "../../syscall.h" void * _getheap(void) { return _brk(0); }