BSD 4_4 release
[unix-history] / usr / src / lib / libplot / t450 / close.c
CommitLineData
e7e40a84 1/*-
9275a244
KB
2 * Copyright (c) 1983, 1993
3 * The Regents of the University of California. All rights reserved.
e7e40a84 4 *
ad787160
C
5 * This module is believed to contain source code proprietary to AT&T.
6 * Use and redistribution is subject to the Berkeley Software License
7 * Agreement and your Software Agreement with AT&T (Western Electric).
e7e40a84
KB
8 */
9
4b068d60 10#ifndef lint
ad787160 11static char sccsid[] = "@(#)close.c 8.1 (Berkeley) 6/4/93";
e7e40a84 12#endif /* not lint */
4b068d60
SL
13
14#include <stdio.h>
15closevt(){
16 closepl();
17}
18closepl(){
19 fflush(stdout);
20 reset();
21}