child_newfd
child_newfd(0, ifile, O_RDONLY);
child_newfd(1, ofile, O_WRONLY|O_CREAT);
child_newfd(2, efile, O_WRONLY|O_CREAT);
void child_newfd(int setfd, char *file, int otype);