shithub: riscv

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

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