shithub: riscv

ref: 97d3ff1bee2a737ce334ecf1ac962bb74de9df75
dir: /sys/src/cmd/plot/libplot/closepl.c/

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