source:
trunk/minix/include/libutil.h@
18
| Last change on this file since 18 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 142 bytes | |
| Rev | Line | |
|---|---|---|
| [9] | 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.