1*13372Ssam #ifndef lint 2*13372Ssam static char sccsid[] = "@(#)point.c 4.1 (Berkeley) 06/27/83"; 3*13372Ssam #endif 4*13372Ssam 5*13372Ssam point(xi,yi){ 6*13372Ssam move(xi,yi); 7*13372Ssam label("."); 8*13372Ssam return; 9*13372Ssam } 10