shithub: riscv

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

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