shithub: riscv

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

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