shithub: riscv

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

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