plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

restore.c (77B)


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