forkpty
pid_t forkpty(int *, char *, const struct termios *, const struct winsize *);
pid = forkpty(&ptyfd, NULL, NULL, &ws);