...
restrict-qualified pointers Function Parameters
When calling functions that have restrict
qualified function parameters important that pointers do not reference overlapping objects If one or more of the objects modify memory. Thus it is important to understand the semantics of the function being called.
Noncompliant Code Example
...