xref: /csrg-svn/lib/libplot/dumb/arc.c (revision 15427)
1 #ifndef lint
2 static char sccsid[] = "@(#)arc.c	4.1 (Berkeley) 11/10/83";
3 #endif
4 
5 #include "dumb.h"
6 
7 arc(xc,yc,xbeg,ybeg,xend,yend)
8 int xc,yc,xbeg,ybeg,xend,yend;
9 {
10 }
11