mirror of
https://github.com/sheumann/telnetd.git
synced 2025-02-19 18:30:30 +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);
|