4 lines
59 B
C
4 lines
59 B
C
#include "mplot.h"
|
|
void grade(double x){
|
|
e1->grade = x;
|
|
}
|
#include "mplot.h"
|
|
void grade(double x){
|
|
e1->grade = x;
|
|
}
|