#include "mplot.h"
void move(double xx, double yy){
	e1->copyx = xx;	
	e1->copyy = yy;
}


syntax highlighted by Code2HTML, v. 0.9.1