From: Sam Leffler Date: Tue, 28 Jun 1983 05:16:32 +0000 (-0800) Subject: date and time created 83/06/27 14:16:32 by sam X-Git-Tag: BSD-4_2-Snapshot-Development~1288 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/4ad65a1606c2b7d5ff808394845317ae3427e32c date and time created 83/06/27 14:16:32 by sam SCCS-vsn: lib/libplot/t300s/move.c 4.1 --- diff --git a/usr/src/lib/libplot/t300s/move.c b/usr/src/lib/libplot/t300s/move.c new file mode 100644 index 0000000000..cc6364e9f5 --- /dev/null +++ b/usr/src/lib/libplot/t300s/move.c @@ -0,0 +1,8 @@ +#ifndef lint +static char sccsid[] = "@(#)move.c 4.1 (Berkeley) %G%"; +#endif + +move(xi,yi){ + movep(xconv(xsc(xi)),yconv(ysc(yi))); + return; +}