#ifndef lint static char sccsid[] = "@(#)move.c 1.1 (Berkeley) 01/02/85"; #endif move_(xi,yi) int *xi, *yi; { move(*xi,*yi); }