shithub: riscv

ref: 3c36cadefd5675ad290a607c3be0450eccde1f54
dir: /sys/src/cmd/plot/libplot/closepl.c/

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