fromc.c

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

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