shithub: riscv

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

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