date and time created 85/09/21 15:05:43 by sam
[unix-history] / usr / src / lib / libplot / vt0 / close.c
#ifndef lint
static char sccsid[] = "@(#)close.c 4.1 (Berkeley) %G%";
#endif
extern vti;
closevt(){
close(vti);
}
closepl(){
close(vti);
}