view src/proto/pty.pro @ 24452:385ccfd6b6de v8.2.2766

patch 8.2.2766: test failure Commit: https://github.com/vim/vim/commit/b1419268901b194b295b7cea18a1d0968f9dddfc Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 14 20:54:07 2021 +0200 patch 8.2.2766: test failure Problem: Test failure. Solution: Add change to Vim9 compilation error message.
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Apr 2021 21:00: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 : */