1 #include "mplot.h" move(double xx,double yy)2 void move(double xx, double yy){ 3 e1->copyx = xx; 4 e1->copyy = yy; 5 } 6