2019-12-09 22:01:22 -05:00
|
|
|
void sendcmd(int fd, char *cmd);
|
2019-12-11 09:24:40 -05:00
|
|
|
void sendcmdp(int fd, char *cmd);
|
2020-04-13 10:25:27 -04:00
|
|
|
void mread(int fd, char *s, int count);
|
|
|
|
int set_interface_attribs(int fd, int speed, int parity);
|
|
|
|
void set_blocking(int fd, int should_block);
|
2019-12-09 22:01:22 -05:00
|
|
|
|