minix3/include/libutil.h

9 lines
142 B
C
Raw Normal View History

2020-02-21 00:59:27 +05:30
#ifndef _LIBUTIL_H
#define _LIBUTIL_H 1
#include <termios.h>
int openpty(int *, int *, char *, struct termios *, struct winsize *);
#endif