mirror of
https://github.com/sheumann/telnetd.git
synced 2025-02-17 20:30:32 +00:00
5 lines
107 B
C
5 lines
107 B
C
|
int posix_openpt(int oflag);
|
||
|
int grantpt(int fildes);
|
||
|
int unlockpt(int fildes);
|
||
|
char *ptsname(int fildes);
|