shithub: riscv

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

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