Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (142 Bytes)

1 13 up20180614
#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