00001 /*-----------------------------------------------------------------------------------*/ 00002 /* INRIA 2006 */ 00003 /* Allan CORNET */ 00004 /*-----------------------------------------------------------------------------------*/ 00005 #include "machine.h" 00006 /*-----------------------------------------------------------------------------------*/ 00007 BOOL getversionmodule(char *modulename, 00008 int *sci_version_major, 00009 int *sci_version_minor, 00010 int *sci_version_maintenance, 00011 char *sci_version_string, 00012 int *sci_version_revision); 00013 /*-----------------------------------------------------------------------------------*/
1.5.1