xref: /csrg-svn/lib/libplot/t4013/close.c (revision 61403)
148523Sbostic /*-
2*61403Sbostic  * Copyright (c) 1985, 1993
3*61403Sbostic  *	The Regents of the University of California.  All rights reserved.
448523Sbostic  *
548523Sbostic  * %sccs.include.proprietary.c%
622615Sdist  */
722615Sdist 
817612Sjak #ifndef lint
9*61403Sbostic static char sccsid[] = "@(#)close.c	8.1 (Berkeley) 06/04/93";
1048523Sbostic #endif /* not lint */
1117612Sjak 
1217612Sjak #include <stdio.h>
closevt()1317612Sjak closevt(){
1417612Sjak 	putch(037);
1517612Sjak 	fflush(stdout);
1617612Sjak }
closepl()1717612Sjak closepl(){
1817612Sjak 	putch(037);
1917612Sjak 	fflush(stdout);
2017612Sjak }
21