shithub: riscv

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

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