date and time created 85/01/02 20:10:44 by jak
[unix-history] / usr / src / lib / libplot / t300 / point.c
#ifndef lint
static char sccsid[] = "@(#)point.c 4.1 (Berkeley) %G%";
#endif
point(xi,yi){
move(xi,yi);
label(".");
return;
}