date and time created 85/09/21 15:05:43 by sam
[unix-history] / usr / src / lib / libplot / vt0 / frame.c
CommitLineData
b979810f
SL
1#ifndef lint
2static char sccsid[] = "@(#)frame.c 4.1 (Berkeley) %G%";
3#endif
4
5frame(n)
6{
7 extern vti;
8 n=n&0377 | 02000;
9 write(vti,&n,2);
10}