shithub: plan9front

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

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