xref: /original-bsd/lib/libplot/dumb/arc.c (revision ab978ae7)
1429e11f2Sbostic /*-
2*ab978ae7Sbostic  * Copyright (c) 1980, 1993
3*ab978ae7Sbostic  *	The Regents of the University of California.  All rights reserved.
4429e11f2Sbostic  *
5429e11f2Sbostic  * %sccs.include.proprietary.c%
69722380dSdist  */
79722380dSdist 
8f5efd3c1Sralph #ifndef lint
9*ab978ae7Sbostic static char sccsid[] = "@(#)arc.c	8.1 (Berkeley) 06/04/93";
10429e11f2Sbostic #endif /* not lint */
11f5efd3c1Sralph 
12f5efd3c1Sralph #include "dumb.h"
13f5efd3c1Sralph 
arc(xc,yc,xbeg,ybeg,xend,yend)14f5efd3c1Sralph arc(xc,yc,xbeg,ybeg,xend,yend)
15f5efd3c1Sralph int xc,yc,xbeg,ybeg,xend,yend;
16f5efd3c1Sralph {
17f5efd3c1Sralph }
18