openpty.h revision e827ff7e2f3c1c18e5823312482f0f45e03cb6a8
#ifndef _openpty_h
#define _openpty_h
#include <termios.h>
/* Create pseudo tty master slave pair with NAME and set terminal
attributes according to TERMP and WINP and return handles for both
ends in AMASTER and ASLAVE. */
#endif