Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what is the method of defining infinite loop according to MISRA C-2012 compalince
#1
what is the method of defining infinite loop according to MISRA C-2012 compalince ?


Thank you.
#2
The MISRA-C compliance does not define an approach.

However, there are two common methods: for ( ; ; ) and while ( true ) - both are permitted by exceptions to Rule 14.2 and Rule 14.3 respectively
Posted by and on behalf of the MISRA C Working Group


Forum Jump:


Users browsing this thread: 1 Guest(s)