#include <termios.h>
struct termios foo;
int main(void) { return 0; }
