shithub: riscv

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

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