date and time created 83/11/10 16:05:05 by ralph
[unix-history] / usr / src / lib / libplot / t4014 / line.c
CommitLineData
79476165
SL
1#ifndef lint
2static char sccsid[] = "@(#)line.c 4.1 (Berkeley) %G%";
3#endif
4
5line(x0,y0,x1,y1){
6 move(x0,y0);
7 cont(x1,y1);
8}