grade.c 59 B

1234
  1. #include "mplot.h"
  2. void grade(double x){
  3. e1->grade = x;
  4. }