FTables.h

Go to the documentation of this file.
00001 /*-----------------------------------------------------------------------------------*/
00002 /* INRIA */
00003 /*-----------------------------------------------------------------------------------*/
00004 #ifndef __FTABLES__
00005 #define __FTABLES__
00006 #include "machine.h"
00007 
00008 #define OK 1
00009 #define FAIL 0
00010 
00011 typedef void (*voidf)();
00012 
00013 typedef struct { double r, i; } doublecmplx; 
00014 
00015 typedef struct {
00016         char *name;
00017         voidf f;
00018 } FTAB;
00019 
00020 #define MAXNAME 32
00021 
00022 voidf SetFunction(char *name, int *rep, FTAB *table);
00023 
00024 
00025 #endif /*__FTABLES__*/

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