#ifndef lint static char sccsid[] = "@(#)point.c 1.1 (Berkeley) 01/02/85"; #endif point_(xi,yi) int *xi, *yi; { point(*xi,*yi); }