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