3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) INRIA - Allan CORNET
6 * This file must be used under the terms of the CeCILL.
7 * This source file is licensed as described in the file COPYING, which
8 * you should have received as part of this distribution. The terms
9 * are also available at
10 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
14 /*--------------------------------------------------------------------------*/
15 #include "TerminateJVM.h"
17 #include "createMainScilabObject.h"
18 #include "loadClasspath.h"
19 /*--------------------------------------------------------------------------*/
20 BOOL TerminateJVM(void)
22 freeClassPathxmlDocPtr();
23 finishMainScilabObject();
26 /*--------------------------------------------------------------------------*/