1 2 3 4 5 6 7 8 9
#include <termios.h> #include <fcntl.h> #include <sys/ioctl.h> static struct termios dummy; int main() { (void)dummy; return 0; }