shithub: riscv

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

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