#ifndef _H_STTY_PRINT
#define _H_STTY_PRINT

#include <termios.h>

void stty_print(struct termios *tp, struct winsize *wp);

#endif

