source:
trunk/minix/include/libutil.h@
9
| Last change on this file since 9 was 9, checked in by , 15 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.