[ERROR]
A function prototype declaration had formal parameter names, but no types were provided for the parameters.
int f(i); // error
Declare the types for the parameters.