shithub: plan9front

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

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