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