shithub: riscv

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

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