148519Sbostic /*- 2*61397Sbostic * Copyright (c) 1985, 1993 3*61397Sbostic * The Regents of the University of California. All rights reserved. 448519Sbostic * 548519Sbostic * %sccs.include.proprietary.c% 624999Ssam */ 724999Ssam 824999Ssam #ifndef lint 9*61397Sbostic static char sccsid[] = "@(#)point.c 8.1 (Berkeley) 06/04/93"; 1048519Sbostic #endif /* not lint */ 1124999Ssam point(xi,yi)1224999Ssampoint(xi,yi){ 1324999Ssam line(xi,yi,xi,yi); 1424999Ssam } 15