diff options
Diffstat (limited to 'src/stty.c')
-rw-r--r-- | src/stty.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stty.c b/src/stty.c new file mode 100644 index 0000000..6a3a5a0 --- /dev/null +++ b/src/stty.c @@ -0,0 +1,2 @@ +#define main stty_main +#include "../stty/stty.c" |