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