Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1 | /* pty.c */ |
Bram Moolenaar | 1ecc5e4 | 2019-01-26 15:12:55 +0100 | [diff] [blame] | 2 | int setup_slavepty(int fd); |
3 | int mch_openpty(char **ttyn); | ||||
4 | int mch_isatty(int fd); | ||||
Bram Moolenaar | d99df42 | 2016-01-29 23:20:40 +0100 | [diff] [blame] | 5 | /* vim: set ft=c : */ |