2018-08-02 07:13:27 +03:00
|
|
|
#pragma once
|
2018-10-12 05:15:40 +03:00
|
|
|
|
|
|
|
#include <_cheader.h>
|
2018-08-02 07:13:27 +03:00
|
|
|
#include <sys/ioctl.h>
|
|
|
|
|
2018-10-12 05:15:40 +03:00
|
|
|
_Begin_C_Header
|
2018-08-02 07:13:27 +03:00
|
|
|
extern int openpty(int * amaster, int * aslave, char * name, const struct termios *termp, const struct winsize * winp);
|
2018-10-12 05:15:40 +03:00
|
|
|
_End_C_Header
|