date and time created 83/06/27 14:43:20 by sam
[unix-history] / usr / src / lib / libplot / t300s / point.c
CommitLineData
bb79d03e
SL
1#ifndef lint
2static char sccsid[] = "@(#)point.c 4.1 (Berkeley) %G%";
3#endif
4
5#include "con.h"
6point(xi,yi){
7 move(xi,yi);
8 label(".");
9 return;
10}