shithub: riscv

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

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