repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel: maintain stack alignment
[minix3.git]
/
include
/
libutil.h
blob
8be18fb8dc4cfc9a8b7210b3074dd42c4439888b
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