init_cond_types.h
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:

midi

开发平台:

Unix_Linux

  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