summaryrefslogtreecommitdiff
path: root/userland/libc/include/pty.h
blob: b8ce978f1946d02a44ae2e38eb44e79f767204d7 (plain)
1
2
3
4
5
6
#ifndef PTY_H
#define PTY_H
int openpty(int *amaster, int *aslave, char *name,
                    /*const struct termios*/ void *termp,
                    /*const struct winsize*/ void *winp);
#endif