12-05-2008, 01:04 PM
Function declaration in mc2_0803.h:Function definition in mc2_0803_2.c:
The types are different (different typedef names) - either there should be "Not Compliant" comment or the type should be changed.
Code:
extern void mc2_0803_2 ( my_s32bit_int param0803 );
Code:
void mc2_0803_2 ( my_other_s32bit_int param0803 )
The types are different (different typedef names) - either there should be "Not Compliant" comment or the type should be changed.