1
0
mirror of https://github.com/sheumann/telnetd.git synced 2025-03-13 07:34:45 +00:00

5 lines
107 B
C
Raw Normal View History

int posix_openpt(int oflag);
int grantpt(int fildes);
int unlockpt(int fildes);
char *ptsname(int fildes);