shithub: riscv

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

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