mycalloc
void *mycalloc(size_t nelem, size_t size);
change = (BOOL *)mycalloc((unsigned)totallines, sizeof (BOOL));