xref: /minix3/minix/include/libutil.h (revision b5e2faaaaf60a8b9a02f8d72f64caa56a87eb312)
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
9