HEAPSIZE
#define HEAPEND (HEAPSTART + HEAPSIZE)
#ifndef HEAPSIZE
char *h = malloc(HEAPSIZE);
setheap(h, h + HEAPSIZE);