shithub: riscv

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

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