shithub: plan9front

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

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