[previous] 0878 [next] Using wide character or string literals.
Constants

Message 0878 identifies any use of wide character constants or wide string literals.

For example:


/*PRQA S 1305,2017,3122,3211,3408,3410,3429,3453,3602 ++*/

#include <stddef.h>

const wchar_t   x = L'a';                       /* Message 0878 */
const wchar_t * w = L"wide string";             /* Message 0878 */


MISRA-C:2004 Rules applicable to message 0878:

Rule  3.1  (Required) All usage of implementation-defined behaviour shall be documented.


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