18-07-2014, 06:17 PM
Hi team,
First of all, I want to thank you for supporting people with this amazing forum that is very useful , "Thumbs up".
I have the following File Include Guard:
#ifndef _MYHEADER_H_ // beginning
#define _MYHEADER_H_
...
#endif // end
My question is if File Include Guards have to be applicable/reviewed with the MISRA-C:2004 Rule 19.4 ?
Thanks and Best Regards.
edgartorres0523
First of all, I want to thank you for supporting people with this amazing forum that is very useful , "Thumbs up".
I have the following File Include Guard:
#ifndef _MYHEADER_H_ // beginning
#define _MYHEADER_H_
...
#endif // end
My question is if File Include Guards have to be applicable/reviewed with the MISRA-C:2004 Rule 19.4 ?
Thanks and Best Regards.
edgartorres0523
<t></t>