V10/libplot/lib4014/line.c

Compare this file to the similar file:
Show the results in this format:

#include <stdio.h>
#include "tek.h"
line(x0, y0, x1, y1) 
double	x0, y0, x1, y1; 
{
	move(x0, y0);
	vec(x1, y1);
}