forkpty (3) Linux Manual Page
NAME openpty, login_tty, forkpty – terminal utility functions SYNOPSIS #include <pty.h> int openpty(int *amaster, int *aslave, char *name, const struct termios *termp, const struct winsize *winp); pid_t forkpty(int *amaster, char *name, const struct termios *termp, const struct winsize *winp); #include <utmp.h> int login_tty(int fd); Link with – lutil. DESCRIPTION The openpty() function finds an available…
