shithub: riscv

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

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