shithub: riscv

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

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