148523Sbostic /*- 2*62555Sbostic * Copyright (c) 1985, 1993 3*62555Sbostic * The Regents of the University of California. All rights reserved. 448523Sbostic * 548523Sbostic * %sccs.include.proprietary.c% 622623Sdist */ 722623Sdist 817620Sjak #ifndef lint 9*62555Sbostic static char sccsid[] = "@(#)point.c 8.1 (Berkeley) 06/07/93"; 1048523Sbostic #endif /* not lint */ 1117620Sjak point(xi,yi)1217620Sjakpoint(xi,yi){ 1317620Sjak move(xi,yi); 1417620Sjak cont(xi,yi); 1517620Sjak } 16