/*
** this may be increased if you need more resolution
** on pc's
*/
#define SIZE 500000

static short monbuf[SIZE];

moninit()
{
    monitor(2, sbrk(0), monbuf, SIZE, 0);
}
