shithub: riscv

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

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