Header file for new -lutil (naming from freebsd)
This commit is contained in:
8
include/libutil.h
Normal file
8
include/libutil.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _LIBUTIL_H
|
||||
#define _LIBUTIL_H 1
|
||||
|
||||
#include <termios.h>
|
||||
|
||||
int openpty(int *, int *, char *, struct termios *, struct winsize *);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user