...
Unlike other integer types, unsigned char
has the unique property that (quoting from Section 6.2.6.1 of C99):
Values stored in \ [...\] objects of type unsigned char shall be represented using a pure binary notation. Wiki Markup
Where a pure binary notation is defined as the following:
...
ISO/IEC 9899:1999 Section 7.1.1, "Definitions of terms," and Section 7.21, "String handling <string.h
>"
Bibliography
\[[Seacord 2005a|AA. Bibliography#Seacord 05a] \] Chapter 2, "Strings" Wiki Markup
...
07. Characters and Strings (STR) 07. Characters and Strings (STR)