source:
trunk/minix/include/libutil.h@
15
Last change on this file since 15 was 9, checked in by , 13 years ago | |
---|---|
File size: 142 bytes |
Line | |
---|---|
1 | #ifndef _LIBUTIL_H |
2 | #define _LIBUTIL_H 1 |
3 | |
4 | #include <termios.h> |
5 | |
6 | int openpty(int *, int *, char *, struct termios *, struct winsize *); |
7 | |
8 | #endif |
Note:
See TracBrowser
for help on using the repository browser.