For the malloc statement below, I am failing to initialize a variable-sized object
int textsize = BUF_SIZE; char *lines[textsize] = malloc(sizeof(char *) * text