July 2025 | ||||||
Mo | Tu | We | Th | Fr | Sa | Su |
30 | 1 | 2 | 3 | 4 | 5 | 6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 | 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 10 |
1: /* Compatible <termio.h> for old `struct termio' ioctl interface. 2: This is obsolete; use the POSIX.1 `struct termios' interface 3: defined in <termios.h> instead. */ 4: 5: #include <termios.h> 6: #include <sys/ioctl.h> 7: