Realistic usage of the C99 ‘restrict’ keyword?

I was browsing through some documentation and questions/answers and saw it mentioned. I read a brief description, stating that it would be basically a promise from the programmer that the pointer won’t be used to point somewhere else.

Can anyone offer some realistic cases where its worth actually using this?

2 Answers
2

Leave a Comment