Versions Compared

Key

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

...

Use only signed char and unsigned char types for the storage and use of numeric values, as this is the only portable way to (portably) guarantee the signedness of the character types.

...