shithub: riscv

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

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