![]() |
![]() |
0235 | ![]() |
||||
![]() | |||||||
| Explicitly undefined | REFERENCE - ISO:C90-6.1.3.4 Description, ISO:C90-6.9.2 Future Language Directions | ||||||
A non-standard escape sequence has been used. ISO:C Standard defines an escape sequence as being either:
/*PRQA S 1305,2017,3211,3408,3602,3625,3610,3628 ++*/
const char essq = '\'';
const char esbs = '\\';
const char esf = '\f';
const char esn = '\n';
const char est = '\t';
const char eon = '\012';
const char ehn = '\x0D';
const char esc = '\c'; /* Message 0235 */
const char esz = '\z'; /* Message 0235 */
MISRA C:2012 Rules applicable to message 0235:
| Rule-1.3 (Required) | There shall be no occurrence of undefined or critical unspecified behaviour |
![]() | ||
| QA·C Source Code Analyser 8.1
MISRA C:2012 Compliance Module 1.0 © 2012 Programming Research. www.programmingresearch.com | Personality Groups | Glossary | Message Index | MISRA C:2012 Rule Index | Contents |