1*48521Sbostic /*- 2*48521Sbostic * Copyright (c) 1983 The Regents of the University of California. 3*48521Sbostic * All rights reserved. 4*48521Sbostic * 5*48521Sbostic * %sccs.include.proprietary.c% 6*48521Sbostic */ 7*48521Sbostic 813318Ssam #ifndef lint 9*48521Sbostic static char sccsid[] = "@(#)move.c 4.2 (Berkeley) 04/22/91"; 10*48521Sbostic #endif /* not lint */ 1113318Ssam 1213318Ssam move(xi,yi){ 1313318Ssam movep(xconv(xsc(xi)),yconv(ysc(yi))); 1413318Ssam return; 1513318Ssam } 16