shithub: riscv

ref: 7451bb405d9e51965ce07d55f04f43dc45b6cef9
dir: /sys/src/cmd/plot/libplot/closepl.c/

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