shithub: riscv

ref: 88b894434d3c8e037418490459d8eae40e3addaf
dir: /sys/src/cmd/plot/libplot/closepl.c/

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