shithub: riscv

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

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