shithub: riscv

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

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