00001 /*-----------------------------------------------------------------------------------*/ 00002 /* INRIA 2006 */ 00003 /* Allan CORNET */ 00004 /*-----------------------------------------------------------------------------------*/ 00005 #ifndef __SCIQUIT__ 00006 #define __SCIQUIT__ 00007 00008 #include <stdio.h> 00009 #include <string.h> 00010 #include "machine.h" 00011 #include "stack-c.h" 00012 #include "version.h" 00013 00018 int C2F(sciquit)(void); 00019 00024 int ExitScilab(void); 00025 00030 void sci_exit(int n); 00031 00032 #endif /*__SCIQUIT__*/ 00033 /*-----------------------------------------------------------------------------------*/
1.5.1