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