shithub: riscv

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

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