Show TOC

-753: Output parameter with CONST typeLocate this document in the navigation structure

Use

Explanation

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

User Response

Declare another parameter in the application program.