shithub: riscv

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

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