00001 #ifndef INIT_COND_TYPES_H 00002 #define INIT_COND_TYPES_H 00003 00004 #include "param_types.h" 00005 #include "expr_types.h" 00006 00007 typedef struct INIT_COND_T { 00008 struct PARAM_T * param; 00009 value_t init_val; 00010 } init_cond_t; 00011 #endif