1*48523Sbostic /*- 2*48523Sbostic * Copyright (c) 1985 The Regents of the University of California. 3*48523Sbostic * All rights reserved. 4*48523Sbostic * 5*48523Sbostic * %sccs.include.proprietary.c% 622623Sdist */ 722623Sdist 817620Sjak #ifndef lint 9*48523Sbostic static char sccsid[] = "@(#)point.c 5.2 (Berkeley) 04/22/91"; 10*48523Sbostic #endif /* not lint */ 1117620Sjak 1217620Sjak point(xi,yi){ 1317620Sjak move(xi,yi); 1417620Sjak cont(xi,yi); 1517620Sjak } 16