From: Sam Leffler Date: Tue, 28 Jun 1983 05:09:07 +0000 (-0800) Subject: date and time created 83/06/27 14:09:07 by sam X-Git-Tag: BSD-4_2-Snapshot-Development~1304 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/28e82380179ef1c87c09105c2fa446a4d20f207d?hp=175f5844f38213a7fbf20d62872cd8018ab90009 date and time created 83/06/27 14:09:07 by sam SCCS-vsn: lib/libplot/t300/move.c 4.1 --- diff --git a/usr/src/lib/libplot/t300/move.c b/usr/src/lib/libplot/t300/move.c new file mode 100644 index 0000000000..cc6364e9f5 --- /dev/null +++ b/usr/src/lib/libplot/t300/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; +}