BSD 4_4 release
[unix-history] / usr / src / lib / libplot / dumb / arc.c
CommitLineData
de207c0f 1/*-
256cf128
KB
2 * Copyright (c) 1980, 1993
3 * The Regents of the University of California. All rights reserved.
de207c0f 4 *
ad787160
C
5 * This module is believed to contain source code proprietary to AT&T.
6 * Use and redistribution is subject to the Berkeley Software License
7 * Agreement and your Software Agreement with AT&T (Western Electric).
dca25f5a
DF
8 */
9
6feafc48 10#ifndef lint
ad787160 11static char sccsid[] = "@(#)arc.c 8.1 (Berkeley) 6/4/93";
de207c0f 12#endif /* not lint */
6feafc48
RC
13
14#include "dumb.h"
15
16arc(xc,yc,xbeg,ybeg,xend,yend)
17int xc,yc,xbeg,ybeg,xend,yend;
18{
19}