shithub: riscv

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

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