shithub: riscv

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

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