1*22631Sdist /* 2*22631Sdist * Copyright (c) 1980 Regents of the University of California. 3*22631Sdist * All rights reserved. The Berkeley software License Agreement 4*22631Sdist * specifies the terms and conditions for redistribution. 5*22631Sdist */ 6*22631Sdist 717629Sjak #ifndef lint 8*22631Sdist static char sccsid[] = "@(#)clospl.c 5.1 (Berkeley) 06/07/85"; 9*22631Sdist #endif not lint 10*22631Sdist 1117629Sjak closvt_(){ 1217629Sjak closevt(); 1317629Sjak } 1417629Sjak clospl_(){ 1517629Sjak closepl(); 1617629Sjak } 17