shithub: riscv

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

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