cosmopolitan/libc/isystem/pty.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
199 B
C
Raw Normal View History

2023-11-29 02:52:14 +00:00
#ifndef _PTY_H
#define _PTY_H
#include "libc/calls/termios.h"
#include "libc/calls/weirdtypes.h"
#include "libc/sysv/consts/baud.internal.h"
#include "libc/sysv/consts/termios.h"
#endif /* _PTY_H */