V10/ncurses/screen/gettmode.c

# include	"curses.ext"
# include	<signal.h>
/*	@(#) gettmode.c: 1.1 10/15/83	(1.17	3/16/83)	*/

char	*calloc();
char	*malloc();
extern	char	*getenv();

extern	WINDOW	*makenew();

gettmode()
{
	/* No-op included only for upward compatibility. */
}