xref
: /
plan9-contrib
/
sys
/
src
/
cmd
/
plot
/
libplot
/
doublebuffer.c
(revision 219b2ee8daee37f4aad58d63f21287faa8e4ffdc)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
mplot.h
"
2
void
doublebuffer
(
void
){
3
m_dblbuf
();
4
}
5