date and time created 85/01/02 20:29:42 by jak
[unix-history] / usr / src / lib / libplot / t450 / point.c
CommitLineData
a2f13711
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}