Descripción: identifier required in this function declaration
Causa: A function definition written in ANSI C must have both the name and the type for all parameters.
Acción: Rewrite the function definition so that it contains the name of each parameter.
COMENTARIOS:
No hay comentarios sobre este error.