17-04-2018, 11:15 AM
24-04-2018, 09:45 AM
int32_t ABC = 0; ( and int32_t ABC; ) are non compliant with respect to the following declaration in file R_05_01_1.c.
extern int32_t abc;
Please see the response to a previous question on this topic at https://www.misra.org.uk/forum/viewtopic.php?t=1658
for a full explanation.
extern int32_t abc;
Please see the response to a previous question on this topic at https://www.misra.org.uk/forum/viewtopic.php?t=1658
for a full explanation.