mirror of
https://github.com/wnayes/macutils.git
synced 2025-03-13 07:32:19 +00:00
7 lines
197 B
C
7 lines
197 B
C
void cleanup(int sig);
|
|
void reset_tty (void);
|
|
void setup_tty (void);
|
|
int tgetrec(char *buf, int count, int timeout);
|
|
int tgetc (int timeout);
|
|
void tputc(int c);
|
|
void tputrec (char *buf, int count); |