![]() |
![]() |
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:2004 Rules applicable to message 0235:
| Rule 1.2 (Required) | No reliance shall be placed on undefined or unspecified behaviour. |
| Rule 4.1 (Required) | Only those escape sequences that are defined in the ISO C standard shall be used. |
![]() | ||
| QA·C Source Code Analyser 8.1
MISRA-C:2004 Compliance Module 3.2 © 2012 Programming Research. www.programmingresearch.com | Personality Groups | Glossary | Message Index | MISRA-C:2004 Rule Index | Contents |