URI:
       trmove.c - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       trmove.c (120B)
       ---
            1 #include "mplot.h"
            2 void rmove(double xx, double yy){
            3         e1->copyx += xx;
            4         e1->copyy += yy;
            5         move(e1->copyx, e1->copyy);
            6 }