from berkman
[unix-history] / usr / src / lib / libplot / t450 / move.c
CommitLineData
fe7c00c0
SL
1#ifndef lint
2static char sccsid[] = "@(#)move.c 4.1 (Berkeley) %G%";
3#endif
4
5move(xi,yi){
6 movep(xconv(xsc(xi)),yconv(ysc(yi)));
7 return;
8}