148524Sbostic /*- 2*62557Sbostic * Copyright (c) 1983, 1993 3*62557Sbostic * The Regents of the University of California. All rights reserved. 448524Sbostic * 548524Sbostic * %sccs.include.proprietary.c% 648524Sbostic */ 748524Sbostic 813345Ssam #ifndef lint 9*62557Sbostic static char sccsid[] = "@(#)close.c 8.1 (Berkeley) 06/07/93"; 1048524Sbostic #endif /* not lint */ 1113345Ssam 1213345Ssam #include <stdio.h> closevt()1313345Ssamclosevt(){ 1413345Ssam putch(037); 1513345Ssam fflush(stdout); 1613345Ssam } closepl()1713345Ssamclosepl(){ 1813345Ssam putch(037); 1913345Ssam fflush(stdout); 2013345Ssam } 21