C1000: Illegal identifier list in declaration

[ERROR]

Description

A function prototype declaration had formal parameter names, but no types were provided for the parameters.

Example
  int f(i);

  
Tips

Declare the types for the parameters.