This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdint.h> | |
| #include <string.h> | |
| #include <stdio.h> | |
| #include <termios.h> | |
| #include <unistd.h> | |
| #include <errno.h> | |
| struct chunk { | |
| uint8_t octects[3]; | |
| uint8_t c_read; |