shithub: riscv

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

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