view paper/source/flip.cc @ 3:a97aa059242f

add images & sources
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Fri, 05 Feb 2016 21:00:41 +0900
parents
children
line wrap: on
line source

void swap() {
   void * tmp = readbuf;
   readbuf = writebuf;
   writebuf = tmp;
}