manual page distributed with 4.1BSD
[unix-history] / usr / src / lib / libplot / f77plot / move.c
#ifndef lint
static char sccsid[] = "@(#)move.c 1.1 (Berkeley) %G%";
#endif
move_(xi,yi)
int *xi, *yi;
{
move(*xi,*yi);
}