shithub: riscv

ref: d24610fe3813b800ee436dfe5a1121e39721c8f4
dir: /sys/src/cmd/plot/libplot/closepl.c/

View raw version
#include "mplot.h"
void closepl(void){
	m_finish();
}