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