shithub: riscv

ref: 2b323158bd8f2a1e1f86796e0bb0139e0c77dace
dir: /sys/src/cmd/plot/libplot/closepl.c/

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