BSD 4_2 release
[unix-history] / usr / src / usr.lib / libplot / t300s / point.c
CommitLineData
bb79d03e 1#ifndef lint
0f4556f1 2static char sccsid[] = "@(#)point.c 4.1 (Berkeley) 6/27/83";
bb79d03e
SL
3#endif
4
5#include "con.h"
6point(xi,yi){
7 move(xi,yi);
8 label(".");
9 return;
10}