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