shithub: riscv

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

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