148506Sbostic /*- 2*61376Sbostic * Copyright (c) 1980, 1993 3*61376Sbostic * The Regents of the University of California. All rights reserved. 448506Sbostic * 548506Sbostic * %sccs.include.proprietary.c% 622638Sdist */ 722638Sdist 817636Sjak #ifndef lint 9*61376Sbostic static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 06/04/93"; 1048506Sbostic #endif /* not lint */ 1122638Sdist move_(xi,yi)1217636Sjakmove_(xi,yi) 1317636Sjak int *xi, *yi; 1417636Sjak { 1517636Sjak move(*xi,*yi); 1617636Sjak } 17