#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <termios.h>
#include <sys/stat.h>
#include "chan_user.h"
#include <os.h>
#include <um_malloc.h>
Go to the source code of this file.
Initial value:= {
.type = "pts",
.init = pty_chan_init,
.open = pts_open,
.winch = 0,
}
Definition at line 154 of file pty.c.
Initial value:= {
.type = "pty",
.init = pty_chan_init,
.open = pty_open,
.winch = 0,
}
Definition at line 141 of file pty.c.