shithub: riscv

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

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