shithub: riscv

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

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