Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Unlike other integer types, unsigned char has the unique property that (quoting from Section 6.2.6.1 of C99):

Wiki MarkupValues stored in \ [...\] objects of type unsigned char shall be represented using a pure binary notation.

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

Wiki Markup\[[Seacord 2005a|AA. Bibliography#Seacord 05a] \] Chapter 2, "Strings"

...

07. Characters and Strings (STR)      07. Characters and Strings (STR)