shithub: riscv

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

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