shithub: riscv

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

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