shithub: riscv

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

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