fromjava.c

Go to the documentation of this file.
00001 /*-----------------------------------------------------------------------------------*/
00002 /* INRIA 2005 */
00003 /* Allan CORNET */
00004 /*-----------------------------------------------------------------------------------*/ 
00005 #include "fromjava.h"
00006 /*-----------------------------------------------------------------------------------*/ 
00007 static int bFromJava=FALSE;
00008 /*-----------------------------------------------------------------------------------*/ 
00009 void SetFromJavaToON(void)
00010 {
00011         bFromJava=(int)(TRUE);
00012 }
00013 /*-----------------------------------------------------------------------------------*/ 
00014 int IsFromJava(void)
00015 {
00016         return bFromJava;
00017 }
00018 /*-----------------------------------------------------------------------------------*/ 
00019 

Generated on Sun Mar 4 15:03:46 2007 for Scilab [trunk] by  doxygen 1.5.1