Versions Compared

Key

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

...

In the following example, the function f is passed a const char pointer. It then typecasts the const specification away, and proceeds to modify the contents.

...