|
Lines 92-97
Link Here
|
| 92 |
void cfmakeraw(struct termios *); |
92 |
void cfmakeraw(struct termios *); |
| 93 |
void cfmakesane(struct termios *); |
93 |
void cfmakesane(struct termios *); |
| 94 |
int cfsetspeed(struct termios *, speed_t); |
94 |
int cfsetspeed(struct termios *, speed_t); |
|
|
95 |
|
| 96 |
#include <sys/ioctl.h> |
| 97 |
int tcgetwinsize(int, struct winsize *); |
| 98 |
int tcsetwinsize(int, const struct winsize *); |
| 95 |
#endif |
99 |
#endif |
| 96 |
__END_DECLS |
100 |
__END_DECLS |
| 97 |
|
101 |
|