shithub: riscv

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

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