xref: /csrg-svn/lib/libplot/dumb/arc.c (revision 61338)
148505Sbostic /*-
2*61338Sbostic  * Copyright (c) 1980, 1993
3*61338Sbostic  *	The Regents of the University of California.  All rights reserved.
448505Sbostic  *
548505Sbostic  * %sccs.include.proprietary.c%
619971Sdist  */
719971Sdist 
815427Sralph #ifndef lint
9*61338Sbostic static char sccsid[] = "@(#)arc.c	8.1 (Berkeley) 06/04/93";
1048505Sbostic #endif /* not lint */
1115427Sralph 
1215427Sralph #include "dumb.h"
1315427Sralph 
arc(xc,yc,xbeg,ybeg,xend,yend)1415427Sralph arc(xc,yc,xbeg,ybeg,xend,yend)
1515427Sralph int xc,yc,xbeg,ybeg,xend,yend;
1615427Sralph {
1715427Sralph }
18