06-08-2018, 04:34 AM
what is the method of defining infinite loop according to MISRA C-2012 compalince ?
Thank you.
Thank you.
Welcome to the new MISRA discussion forum, if you were previously a member of our forums you may need to reset your password.
what is the method of defining infinite loop according to MISRA C-2012 compalince
|
06-08-2018, 04:34 AM
what is the method of defining infinite loop according to MISRA C-2012 compalince ?
Thank you.
16-09-2020, 09:00 AM
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
|
« Next Oldest | Next Newest »
|