BSD 4_3 release
[unix-history] / usr / src / usr.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
95f51977 8static char sccsid[] = "@(#)close.c 5.1 (Berkeley) 6/7/85";
b059c7be 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}