shithub: riscv

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

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