shithub: riscv

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

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