mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
7 lines
154 B
C
7 lines
154 B
C
|
/* libmytinfo must be installed first */
|
||
|
#include <term.h>
|
||
|
#define Filedes fd
|
||
|
#define Ottyb shell_mode
|
||
|
#define Nttyb prog_mode
|
||
|
#define TTY struct termios
|