date and time created 83/11/10 16:30:26 by ralph
[unix-history] / usr / src / lib / libplot / vt0 / arc.c
CommitLineData
b2574d86
SL
1#ifndef lint
2static char sccsid[] = "@(#)arc.c 4.1 (Berkeley) %G%";
3#endif
4
5extern vti;
6arc(xi,yi,x0,y0,x1,y1){
7 char c;
8 c = 6;
9 write(vti,&c,1);
10 write(vti,&xi,12);
11}