xref: /csrg-svn/lib/libplot/f77plot/arc.c (revision 17626)
1 #ifndef lint
2 static char sccsid[] = "@(#)arc.c	1.1 (Berkeley) 01/02/85";
3 #endif
4 arc_(x,y,x0,y0,x1,y1)
5 int *x, *y, *x0, *y0, *x1, *y1;
6 {
7 	arc(*x, *y, *x0, *y0, *x1, *y1);
8 }
9