5 lines
54 B
C
5 lines
54 B
C
|
|
#include "mplot.h"
|
||
|
|
void closepl(void){
|
||
|
|
m_finish();
|
||
|
|
}
|