148525Sbostic /*- 2*61412Sbostic * Copyright (c) 1983, 1993 3*61412Sbostic * The Regents of the University of California. All rights reserved. 448525Sbostic * 548525Sbostic * %sccs.include.proprietary.c% 648525Sbostic */ 748525Sbostic 813370Ssam #ifndef lint 9*61412Sbostic static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 06/04/93"; 1048525Sbostic #endif /* not lint */ 1113370Ssam move(xi,yi)1213370Ssammove(xi,yi){ 1313370Ssam movep(xconv(xsc(xi)),yconv(ysc(yi))); 1413370Ssam return; 1513370Ssam } 16