new template
[unix-history] / usr / src / lib / libplot / t300 / point.c
CommitLineData
c92defca
SL
1#ifndef lint
2static char sccsid[] = "@(#)point.c 4.1 (Berkeley) %G%";
3#endif
4
5point(xi,yi){
6 move(xi,yi);
7 label(".");
8 return;
9}