date and time created 85/09/21 15:05:43 by sam
[unix-history] / usr / src / lib / libplot / t4013 / close.c
CommitLineData
b059c7be
DF
1/*
2 * Copyright (c) 1980 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
5 */
6
d8b5341b 7#ifndef lint
b059c7be
DF
8static char sccsid[] = "@(#)close.c 5.1 (Berkeley) %G%";
9#endif not lint
d8b5341b
JK
10
11#include <stdio.h>
12closevt(){
13 putch(037);
14 fflush(stdout);
15}
16closepl(){
17 putch(037);
18 fflush(stdout);
19}