move.c 89 B

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