mirror of
https://github.com/sheumann/telnetd.git
synced 2024-11-22 16:31:27 +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);
|