blob: 3d5eb668baa58eefd4c64719993504cd972cb6bd [file] [log] [blame]
#ifndef SYSROOT_PTY_H_
#define SYSROOT_PTY_H_
#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
#endif // SYSROOT_PTY_H_