Project

General

Profile

Statistics
| Revision:

root / lab4 / .minix-src / include / libutil.h @ 13

History | View | Annotate | Download (142 Bytes)

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