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