Startup configuration stuff, and misc.
[unix-history] / usr / src / usr.bin / window / wwend.c
CommitLineData
d06fcb1c 1#ifndef lint
b4be6cd6 2static char *sccsid = "@(#)wwend.c 1.4 83/07/19";
d06fcb1c
EW
3#endif
4
5#include "ww.h"
6
7wwend()
8{
4711df8b
EW
9 Wcleanup();
10 wwsettty(0, &wwoldtty);
d06fcb1c 11}