shithub: riscv

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

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