[previous] 3610 [next] Hexadecimal escape sequence used.
Constants

A hexadecimal escape sequence has been used.

For example:


/*PRQA S 2017,3123,3211,3408,3602,3625 ++*/


char pc1 = '\x41';                      /* Message 3610 */
char pc2 = '\x0D';                      /* Message 3610 */

const char *s1 = "Return: \x0D";        /* Message 3610 */


MISRA-C:2004 Rules applicable to message 3610:

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