xref: /vim-8.2.3635/src/proto/pty.pro (revision 2bf24176)
1/* pty.c */
2int OpenPTY __ARGS((char **ttyn));
3int SetupSlavePTY __ARGS((int fd));
4