|
|||||
Function already defined.
Additional Information
The function is "X".
or
External functions may not be redeclared: for function "X".
Explanation
Each function's prototype can appear several times in a program, with the elsewhere directive, but the function's body must appear exactly once.
External functions may be defined only once, though.