1*48523Sbostic /*- 2*48523Sbostic * Copyright (c) 1985 The Regents of the University of California. 3*48523Sbostic * All rights reserved. 4*48523Sbostic * 5*48523Sbostic * %sccs.include.proprietary.c% 622615Sdist */ 722615Sdist 817612Sjak #ifndef lint 9*48523Sbostic static char sccsid[] = "@(#)close.c 5.2 (Berkeley) 04/22/91"; 10*48523Sbostic #endif /* not lint */ 1117612Sjak 1217612Sjak #include <stdio.h> 1317612Sjak closevt(){ 1417612Sjak putch(037); 1517612Sjak fflush(stdout); 1617612Sjak } 1717612Sjak closepl(){ 1817612Sjak putch(037); 1917612Sjak fflush(stdout); 2017612Sjak } 21