source: trunk/minix/include/libutil.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 142 bytes
Line 
1#ifndef _LIBUTIL_H
2#define _LIBUTIL_H 1
3
4#include <termios.h>
5
6int openpty(int *, int *, char *, struct termios *, struct winsize *);
7
8#endif
Note: See TracBrowser for help on using the repository browser.