shithub: riscv

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

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