getmodules.h

Go to the documentation of this file.
00001 /*-----------------------------------------------------------------------------------*/
00002 /* INRIA 2005 */
00003 /* Allan CORNET */
00004 /*-----------------------------------------------------------------------------------*/ 
00005 #include "machine.h"
00006 /*-----------------------------------------------------------------------------------*/ 
00007 struct MODULESLIST
00008 {
00009         char **ModuleList;
00010         int numberofModules;
00011 };
00012 
00013 /*-----------------------------------------------------------------------------------*/ 
00014 struct MODULESLIST *getmodules(void);
00015 BOOL DisposeModulesInfo(void);
00016 /*-----------------------------------------------------------------------------------*/ 

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