date and time created 83/11/10 16:30:26 by ralph
[unix-history] / usr / src / lib / libplot / vt0 / close.c
CommitLineData
de38a923
SL
1#ifndef lint
2static char sccsid[] = "@(#)close.c 4.1 (Berkeley) %G%";
3#endif
4
5extern vti;
6closevt(){
7 close(vti);
8}
9closepl(){
10 close(vti);
11}