I have a function:
void x(const char* array[]) { int index = 0, j = 0; int fd[2]; pipe(fd); while (array[index] != NULL &&