From e0cc10f1d26a048f94c3eee87e7d42a3c1b67261 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Mon, 27 Jun 1983 21:19:25 -0800 Subject: [PATCH] date and time created 83/06/27 14:19:25 by sam SCCS-vsn: lib/libplot/t4014/point.c 4.1 --- usr/src/lib/libplot/t4014/point.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 usr/src/lib/libplot/t4014/point.c diff --git a/usr/src/lib/libplot/t4014/point.c b/usr/src/lib/libplot/t4014/point.c new file mode 100644 index 0000000000..7098b88a16 --- /dev/null +++ b/usr/src/lib/libplot/t4014/point.c @@ -0,0 +1,8 @@ +#ifndef lint +static char sccsid[] = "@(#)point.c 4.1 (Berkeley) %G%"; +#endif + +point(xi,yi){ + move(xi,yi); + cont(xi,yi); +} -- 2.20.1