From: Sam Leffler Date: Tue, 28 Jun 1983 05:19:21 +0000 (-0800) Subject: date and time created 83/06/27 14:19:21 by sam X-Git-Tag: BSD-4_2-Snapshot-Development~1275 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/7947616583fcba1f4900ee5fed12abff005a41c9 date and time created 83/06/27 14:19:21 by sam SCCS-vsn: lib/libplot/t4014/line.c 4.1 --- diff --git a/usr/src/lib/libplot/t4014/line.c b/usr/src/lib/libplot/t4014/line.c new file mode 100644 index 0000000000..add349f325 --- /dev/null +++ b/usr/src/lib/libplot/t4014/line.c @@ -0,0 +1,8 @@ +#ifndef lint +static char sccsid[] = "@(#)line.c 4.1 (Berkeley) %G%"; +#endif + +line(x0,y0,x1,y1){ + move(x0,y0); + cont(x1,y1); +}