shithub: riscv

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

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