view src/proto/pty.pro @ 19438:c68854c20106

Added tag v8.2.0276 for changeset 5d34ae66118e2ed06dd7ca3d3c8d5d257d23397d
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Feb 2020 12:45:05 +0100
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 : */