shithub: riscv

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

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