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