xref: /csrg-svn/lib/libplot/t4013/close.c (revision 22615)
1*22615Sdist /*
2*22615Sdist  * Copyright (c) 1980 Regents of the University of California.
3*22615Sdist  * All rights reserved.  The Berkeley software License Agreement
4*22615Sdist  * specifies the terms and conditions for redistribution.
5*22615Sdist  */
6*22615Sdist 
717612Sjak #ifndef lint
8*22615Sdist static char sccsid[] = "@(#)close.c	5.1 (Berkeley) 06/07/85";
9*22615Sdist #endif not lint
1017612Sjak 
1117612Sjak #include <stdio.h>
1217612Sjak closevt(){
1317612Sjak 	putch(037);
1417612Sjak 	fflush(stdout);
1517612Sjak }
1617612Sjak closepl(){
1717612Sjak 	putch(037);
1817612Sjak 	fflush(stdout);
1917612Sjak }
20