shithub: riscv

ref: 3440516e047dc425406fa8060f704361c774439a
dir: /sys/src/cmd/plot/libplot/closepl.c/

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