date and time created 85/01/02 20:10:33 by jak
[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);
}