#ifndef lint static const char RCSid[] = "$Id: circle.c,v 1.3 2004/11/05 17:51:17 greg dead $"; #endif #include "local4014.h" #include "lib4014.h" extern void circle( int x, int y, int r ) { arc(x,y,x+r,y,x+r,y); }