shithub: riscv

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

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