shithub: riscv

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

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