From 4905149fc7f48ff447b371bdbe3bca8f96b034c6 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Mon, 27 Jun 1983 21:19:15 -0800 Subject: [PATCH] date and time created 83/06/27 14:19:15 by sam SCCS-vsn: lib/libplot/t4014/circle.c 4.1 --- usr/src/lib/libplot/t4014/circle.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 usr/src/lib/libplot/t4014/circle.c diff --git a/usr/src/lib/libplot/t4014/circle.c b/usr/src/lib/libplot/t4014/circle.c new file mode 100644 index 0000000000..65587f5bf9 --- /dev/null +++ b/usr/src/lib/libplot/t4014/circle.c @@ -0,0 +1,7 @@ +#ifndef lint +static char sccsid[] = "@(#)circle.c 4.1 (Berkeley) %G%"; +#endif + +circle(x,y,r){ + arc(x,y,x+r,y,x+r,y); +} -- 2.20.1