view src/proto/pty.pro @ 25724:719f83138941

Added tag v8.2.3397 for changeset b079bdc99c18d36b96c701a5537ffd571b1059ca
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Sep 2021 20: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 : */