#ifndef lint static char sccsid[] = "@(#)circle.c 1.1 (Berkeley) 01/02/85"; #endif circle_(x,y,r) int *x, *y, *r; { circle(*x,*y,*r); }