xref: /plan9-contrib/sys/src/cmd/plot/libplot/closepl.c (revision 8ccd4a6360d974db7bd7bbd4f37e7018419ea908)
1 #include "mplot.h"
2 void closepl(void){
3 	m_finish();
4 }
5