URI:
       tdoublebuffer.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
       ---
       tdoublebuffer.c (59B)
       ---
            1 #include "mplot.h"
            2 void doublebuffer(void){
            3         m_dblbuf();
            4 }