date and time created 83/06/27 14:09:10 by sam
[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;
}