mirror of
https://github.com/eddyem/tty_term.git
synced 2026-06-21 19:36:29 +03:00
prepare to introduce output formats
This commit is contained in:
@@ -53,10 +53,8 @@ typedef struct{
|
||||
pthread_mutex_t mutex; // reading/writing mutex
|
||||
char eol[3]; // end of line
|
||||
char seol[5]; // `eol` with doubled backslash (for print @ screen)
|
||||
int eollen; // length of `eol`
|
||||
} chardevice;
|
||||
|
||||
char *geteol(int *s);
|
||||
char *ReadData(int *l);
|
||||
int SendData(const char *data, size_t len);
|
||||
void settimeout(int tms);
|
||||
|
||||
Reference in New Issue
Block a user