Hacker News new | ask | show | jobs
by supercarrot 3654 days ago
as much as it's not part of the standard, __restrict__ allows limiting the effects of pointer aliasing in C/C++. [1]

[1] : https://en.wikipedia.org/wiki/Restrict

1 comments

The first line of your reference says that restrict __is__ part of the C99 standard.