#ifndef lint static const char RCSid[] = "$Id: point.c,v 1.3 2004/11/05 17:51:17 greg dead $"; #endif #include "local4014.h" #include "lib4014.h" extern void point( int xi, int yi ) { move(xi,yi); cont(xi,yi); }