shithub: riscv

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

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