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