shithub: riscv

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

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