shithub: riscv

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

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