V10/libplot/lib4014/point.c

#include <stdio.h>
#include "tek.h"
point(xx, yy) 
double	xx, yy; 
{
	move(xx, yy);
	vec(xx, yy);
}