plan9port/src/cmd/plot/libplot/doublebuffer.c
2004-04-14 19:54:10 +00:00

5 lines
59 B
C

#include "mplot.h"
void doublebuffer(void){
m_dblbuf();
}