manual page distributed with 4.1BSD
[unix-history] / usr / src / lib / libplot / f77plot / circle.c
CommitLineData
50a2fc80
JK
1#ifndef lint
2static char sccsid[] = "@(#)circle.c 1.1 (Berkeley) %G%";
3#endif
4circle_(x,y,r)
5int *x, *y, *r;
6{
7 circle(*x,*y,*r);
8}