V10/libplot/lib4014/grade.c

#include <stdio.h>
#include "tek.h"
grade(x) 
double	x;
{
	e1->grade = x;
}