This version handles out-of-band data, abort output, and
[unix-history] / usr / src / lib / libplot / t4014 / point.c
CommitLineData
e0cc10f1
SL
1#ifndef lint
2static char sccsid[] = "@(#)point.c 4.1 (Berkeley) %G%";
3#endif
4
5point(xi,yi){
6 move(xi,yi);
7 cont(xi,yi);
8}