|
Peekerpoke
0.1 beta
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>#include <termios.h>#include <iostream>Functions | |
| int | set_interface_attribs (int fd, int speed, int parity) |
| void | set_blocking (int fd, int should_block) |
| int | main (void) |
| int main | ( | void | ) |
| void set_blocking | ( | int | fd, |
| int | should_block | ||
| ) |
| int set_interface_attribs | ( | int | fd, |
| int | speed, | ||
| int | parity | ||
| ) |