Versions Compared

Key

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

...

Overlapping Objects

The restrict qualification qualifier requires that the pointers do not reference overlapping objects. If the objects referenced by arguments to functions overlap (meaning the objects share some common memory addresses), the behavior is undefined.

...