comparison 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
comparison
equal deleted inserted replaced
2:09b689ba5d70 3:a97aa059242f
1 void swap() {
2 void * tmp = readbuf;
3 readbuf = writebuf;
4 writebuf = tmp;
5 }