shithub: riscv

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

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