xref: /csrg-svn/lib/libplot/f77plot/clospl.c (revision 17629)
1 #ifndef lint
2 static char sccsid[] = "@(#)clospl.c	1.1 (Berkeley) 01/02/85";
3 #endif
4 closvt_(){
5 	closevt();
6 }
7 clospl_(){
8 	closepl();
9 }
10