我要评分
获取效率
正确性
完整性
易理解

Input Parameters

The format of input parameters of a function is as follows: <parameter_type> <formal_parameter_name>

<parameter_type> includes the basic data types (see Basic Data Types), structure, and enumeration type (see Structures and Enumeration Types).

<formal_parameter_name> is in lower camel case, for example, src, value, and srcStep.