PCC-02308: identifier required in this function declaration Cause: A function definition written in ANSI C must have both the name and the type for all parameters. Action: Rewrite the function definition so that it contains the name of each parameter.