init_cond_types.h
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:0k
源码类别:

多媒体

开发平台:

MultiPlatform

  1. #ifndef INIT_COND_TYPES_H
  2. #define INIT_COND_TYPES_H
  3. #include "param_types.h"
  4. #include "expr_types.h"
  5. typedef struct INIT_COND_T {
  6.   struct PARAM_T * param;
  7.   value_t init_val;
  8. } init_cond_t;
  9. #endif