view paper/source/flip.cc @ 167:9a072c2d6e12

add English Abstract
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Mon, 05 Feb 2018 00:35:52 +0900
parents d57aa814a69a
children
line wrap: on
line source

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