1/* pty.c */ 2int setup_slavepty(int fd); 3int mch_openpty(char **ttyn); 4int mch_isatty(int fd); 5/* vim: set ft=c : */ 6