shithub: riscv

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

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