shithub: riscv

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

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