shithub: riscv

ref: 09760aeb9fc5645ca2cd63e4709886b5691f2b32
dir: /sys/src/cmd/plot/libplot/closepl.c/

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