noscicos.c

Go to the documentation of this file.
00001 /*-----------------------------------------------------------------------------------*/
00002 /* INRIA 2006 */
00003 /* Allan CORNET */
00004 /*-----------------------------------------------------------------------------------*/ 
00005 #include "machine.h"
00006 #include "Scierror.h"
00007 #include "noscicos.h"
00008 /*-----------------------------------------------------------------------------------*/ 
00009 int C2F(gw_scicos)()
00010 {
00011         Scierror(999,"Scicos interface not installed.\r\n");
00012         return 0;
00013 }
00014 /*-----------------------------------------------------------------------------------*/ 
00015 int C2F(gw_cscicos)()
00016 {
00017         Scierror(999,"Scicos interface not installed.\r\n");
00018         return 0;
00019 }
00020 /*-----------------------------------------------------------------------------------*/ 
00021 int haltscicos(char *name, integer *win, integer *entry,long int name_len)
00022 {
00023         return 0;
00024 } 
00025 /*-----------------------------------------------------------------------------------*/ 
00026 BOOL ExistScicos(void)
00027 {
00028         return FALSE;
00029 }
00030 /*-----------------------------------------------------------------------------------*/ 

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