Sha256: b5a3539229b3c2f578febf901f8971518489d97ba706cdd5aa61ec536c4ffc7f
Contents?: true
Size: 312 Bytes
Versions: 5
Compression:
Stored size: 312 Bytes
Contents
#ifndef _PTY_H #define _PTY_H #ifdef __cplusplus extern "C" { #endif #include <termios.h> #include <sys/ioctl.h> int openpty(int *, int *, char *, const struct termios *, const struct winsize *); int forkpty(int *, char *, const struct termios *, const struct winsize *); #ifdef __cplusplus } #endif #endif
Version data entries
5 entries across 5 versions & 1 rubygems