shithub: riscv

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

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