date and time created 85/01/02 20:29:42 by jak
[unix-history] / usr / src / lib / libplot / t450 / move.c
#ifndef lint
static char sccsid[] = "@(#)move.c 4.1 (Berkeley) %G%";
#endif
move(xi,yi){
movep(xconv(xsc(xi)),yconv(ysc(yi)));
return;
}