shithub: riscv

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

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