shithub: riscv

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

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