shithub: riscv

ref: 94fe005722a653158598a8e780ec4f9ebed71647
dir: /sys/src/cmd/plot/libplot/closepl.c/

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