view src/proto/pty.pro @ 25754:f1ed9dbb700a

Added tag v8.2.3412 for changeset c50b3eff7a641e6041b305575908d6aaf865639b
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 Sep 2021 22: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 : */