#ifndef _SIM_FLOW_H #define _SIM_FLOW_H void SimuFlowInit(void); int32_t ParShallCalc(double leve); int32_t WaterLeveCalc(double leve); #endif