shithub: riscv

ref: 47bb311d39f0cdd38067a31b51ec619af7584e56
dir: /sys/src/cmd/plot/libplot/closepl.c/

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