shithub: riscv

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

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