Versions Compared

Key

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

...

The header <ctype.h> declares several functions useful for classifying and mapping characters. In all cases the argument is an int, the value of which shall be representable as an unsigned char or shall equal the value of the macro EOF. If the argument has any other value, the behavior is undefined.

The This is complicated by the fact that the char data type might, in any implementation, be signed or unsigned.

...