shithub: riscv

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

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