date and time created 83/06/27 14:16:32 by sam
[unix-history] / usr / src / lib / libplot / t300s / 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;
}