xref: /csrg-svn/lib/libplot/f77plot/open.c (revision 22639)
1*22639Sdist /*
2*22639Sdist  * Copyright (c) 1980 Regents of the University of California.
3*22639Sdist  * All rights reserved.  The Berkeley software License Agreement
4*22639Sdist  * specifies the terms and conditions for redistribution.
5*22639Sdist  */
6*22639Sdist 
717637Sjak #ifndef lint
8*22639Sdist static char sccsid[] = "@(#)open.c	5.1 (Berkeley) 06/07/85";
9*22639Sdist #endif not lint
10*22639Sdist 
1117637Sjak openvt_()
1217637Sjak {
1317637Sjak 	openvt();
1417637Sjak }
1517637Sjak openpl_()
1617637Sjak {
1717637Sjak 	openpl();
1817637Sjak }
19