date and time created 85/01/02 20:29:40 by jak
[unix-history] / usr / src / lib / libplot / bitgraph / point.c
CommitLineData
a7be3f6e
RC
1#ifndef lint
2static char sccsid[] = "@(#)point.c 4.1 (Berkeley) %G%";
3#endif
4
5point(xi, yi)
6int xi, yi;
7{
8 move(xi, yi);
9 label(".");
10}