shithub: plan9front

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

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