PCC-02305
illegal mixing of new and old style C function declarations
Cause
All C functions using either the traditional style (K&R style) function declarations or the new (ANSI) style must be declared; the two styles cannot be mixed.
Action
Adopt a consist declaration style for functions.
PCC-02305
illegal mixing of new and old style C function declarations
Cause
All C functions using either the traditional style (K&R style) function declarations or the new (ANSI) style must be declared; the two styles cannot be mixed.
Action
Adopt a consist declaration style for functions.
PCC-02305
illegal mixing of new and old style C function declarations
Cause
All C functions using either the traditional style (K&R style) function declarations or the new (ANSI) style must be declared; the two styles cannot be mixed.
Action
Adopt a consist declaration style for functions.