BSD 4_2 release
[unix-history] / usr / src / usr.lib / libplot / t300s / move.c
CommitLineData
28e82380 1#ifndef lint
0f4556f1 2static char sccsid[] = "@(#)move.c 4.1 (Berkeley) 6/27/83";
28e82380
SL
3#endif
4
5move(xi,yi){
6 movep(xconv(xsc(xi)),yconv(ysc(yi)));
7 return;
8}