realmain.h

Go to the documentation of this file.
00001 /*-----------------------------------------------------------------------------------*/
00002 /* INRIA 2006 */
00003 /* Allan CORNET */
00004 /*-----------------------------------------------------------------------------------*/
00005 #ifndef __REALMAIN__
00006 #define __REALMAIN__
00007 /*-----------------------------------------------------------------------------------*/
00008 #include <signal.h>
00009 #include <stdio.h>
00010 #include <string.h>
00011 #ifdef _MSC_VER
00012 #include <Windows.h>
00013 #endif
00014 
00015 #include "machine.h"
00016 #include "stack-c.h"
00017 #include "version.h"
00018 
00019 void realmain(int nowin,int no_startup_flag,char *initial_script,int initial_script_type,int memory);
00020 int Get_no_startup_flag(void);
00021 void Set_no_startup_flag(int start);
00022 
00023 #ifndef _MSC_VER
00024 char ** create_argv(int *argc);
00025 #endif
00026 
00027 #endif /* __REALMAIN__ */
00028 /*-----------------------------------------------------------------------------------*/
00029 

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