shithub: riscv

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

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