shithub: riscv

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

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