shithub: riscv

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

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