blob: 943a6a852926696e21b067de252158a250e796c6 [file] [log] [blame]
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include <sys/ioctl.h>
#include <termios.h>
int openpty(int*, int*, char*, const struct termios*, const struct winsize*);
#ifdef __cplusplus
}
#endif