shithub: riscv

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

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