148506Sbostic /*- 2*61379Sbostic * Copyright (c) 1980, 1993 3*61379Sbostic * The Regents of the University of California. All rights reserved. 448506Sbostic * 548506Sbostic * %sccs.include.proprietary.c% 622640Sdist */ 722640Sdist 817638Sjak #ifndef lint 9*61379Sbostic static char sccsid[] = "@(#)point.c 8.1 (Berkeley) 06/04/93"; 1048506Sbostic #endif /* not lint */ 1122640Sdist point_(xi,yi)1217638Sjakpoint_(xi,yi) 1317638Sjak int *xi, *yi; 1417638Sjak { 1517638Sjak point(*xi,*yi); 1617638Sjak } 17