Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
0fcf26ba4ffaaa6a2fb8d879dc24b5f7e1bb6a13
/
.
/
src
/
proto
/
pty.pro
blob: 52e20ef6740e8498b81a8852bda17ed3cef7193c [
file
] [
log
] [
blame
]
/* pty.c */
int
setup_slavepty
(
int
fd
);
int
mch_openpty
(
char
**
ttyn
);
int
mch_isatty
(
int
fd
);
/* vim: set ft=c : */