date and time created 83/11/11 15:12:17 by ralph
[unix-history] / usr / src / lib / libplot / vt0 / circle.c
#ifndef lint
static char sccsid[] = "@(#)circle.c 4.1 (Berkeley) %G%";
#endif
extern vti;
circle(x,y,r){
char c;
c = 5;
write(vti,&c,1);
write(vti,&x,6);
}