00001 #ifndef F8_ARRAY_H 00002 #define F8_ARRAY_H 00003 00004 /* this is an example of darray.h for doubles. */ 00005 00006 00007 #define T_(x) f8_##x 00008 #define TY double 00009 #include "darray.h" 00010 00011 #endif