shithub: plan9front

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

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