#include extern int _SEGBRK(void*, void*); int segbrk(void *saddr, void *addr) { return _SEGBRK(saddr, addr); }