Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

values stored in [...] objects of type unsigned char shall be represented using a pure binary notation. (C11, Section 6.2.1 [ISO/IEC 9899:2011])

where a pure binary notation is defined as the following:

...

CERT C++ Secure Coding Standard: STR00-CPP. Represent characters using an appropriate type

ISO/IEC TR 24731-1:2007

ISO/IEC 9899:2011 Section  Section 7.1.1, "Definitions of terms," and Section 7.24, "String handling <string.h>"

...