Files
minix/include/libutil.h
2005-07-19 16:01:20 +00:00

9 lines
142 B
C

#ifndef _LIBUTIL_H
#define _LIBUTIL_H 1
#include <termios.h>
int openpty(int *, int *, char *, struct termios *, struct winsize *);
#endif