/*
 * short-cut include file
 */

#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <signal.h>

extern "C" void	*sbrk(size_t);
extern "C" int	brk(void*);