date and time created 85/09/21 15:05:43 by sam
[unix-history] / usr / src / lib / libplot / dumb / arc.c
CommitLineData
dca25f5a
DF
1/*
2 * Copyright (c) 1980 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
5 */
6
6feafc48 7#ifndef lint
dca25f5a
DF
8static char sccsid[] = "@(#)arc.c 5.1 (Berkeley) %G%";
9#endif not lint
6feafc48
RC
10
11#include "dumb.h"
12
13arc(xc,yc,xbeg,ybeg,xend,yend)
14int xc,yc,xbeg,ybeg,xend,yend;
15{
16}