date and time created 85/01/02 20:29:43 by jak
[unix-history] / usr / src / lib / libplot / f77plot / arc.c
CommitLineData
5908f9cd
JK
1#ifndef lint
2static char sccsid[] = "@(#)arc.c 1.1 (Berkeley) %G%";
3#endif
4arc_(x,y,x0,y0,x1,y1)
5int *x, *y, *x0, *y0, *x1, *y1;
6{
7 arc(*x, *y, *x0, *y0, *x1, *y1);
8}