shithub: riscv

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

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