view source/Cerium_flip.cc @ 4:715578f76084

fixed
author sugi
date Mon, 01 Apr 2013 21:17:42 +0900
parents ddd5a624bb7a
children
line wrap: on
line source

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