xref: /vim-8.2.3635/src/proto/pty.pro (revision 1ecc5e4a)
1/* pty.c */
2int setup_slavepty(int fd);
3int mch_openpty(char **ttyn);
4int mch_isatty(int fd);
5/* vim: set ft=c : */
6