Versions Compared

Key

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

...

Null-terminated byte strings are implemented as arrays of characters and are susceptible to the same problems as arrays. As a result, rules and recommendations for arrays should also be applied to null-terminated byte strings.

The C standard uses the general following philosophy outlined below for choosing character types, though it is not explicitly stated in one place.

...