| ERROR | 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. |
| ERROR | 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. |