shithub: riscv

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

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