shithub: riscv

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

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