date and time created 83/06/27 14:19:15 by sam
[unix-history] / usr / src / lib / libplot / t4014 / circle.c
#ifndef lint
static char sccsid[] = "@(#)circle.c 4.1 (Berkeley) %G%";
#endif
circle(x,y,r){
arc(x,y,x+r,y,x+r,y);
}