shithub: riscv

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

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