Background documentation-753: Output parameter with CONST type Locate this document in the navigation structure

 

Explanation

An output parameter must not be declared as CONST type in C.

User Response

Declare another parameter in the application program.