shithub: riscv

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

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