shithub: riscv

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

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