view src/proto/pty.pro @ 16807:ce0eea70294d

Added tag v8.1.1405 for changeset 306766ed0f70eccd4e1a26fae9fb00815139ecb3
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 May 2019 21:15:04 +0200
parents d4a6d575e910
children
line wrap: on
line source

/* pty.c */
int setup_slavepty(int fd);
int mch_openpty(char **ttyn);
int mch_isatty(int fd);
/* vim: set ft=c : */