aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/plot/libplot/closepl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/plot/libplot/closepl.c')
-rw-r--r--src/cmd/plot/libplot/closepl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/plot/libplot/closepl.c b/src/cmd/plot/libplot/closepl.c
new file mode 100644
index 00000000..b7a8c99a
--- /dev/null
+++ b/src/cmd/plot/libplot/closepl.c
@@ -0,0 +1,4 @@
+#include "mplot.h"
+void closepl(void){
+ m_finish();
+}