shithub: plan9front

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

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