shithub: riscv

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

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