shithub: riscv

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

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