shithub: riscv

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

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