plan9port/src/cmd/9term/9term.h

5 lines
134 B
C
Raw Normal View History

extern int getpts(int[], char*);
2004-03-25 23:03:57 +00:00
extern int childpty(int[], char*);
extern void updatewinsize(int, int, int, int);
extern int rcfd[];