view src/proto/pty.pro @ 17527:038f42e497cc

Added tag v8.1.1761 for changeset ae379e7534651d8263a19deba05a4d4c6e3d621d
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Jul 2019 21:45:05 +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 : */