The C99 restrict keyword is spelled __restrict in the libc headers so it can be parsed by C++ compilers with GNU extensions that recognize it. When GNU extensions are not available in C++
The C99 restrict keyword is spelled __restrict in the libc headers so it can be parsed by C++ compilers with GNU extensions that recognize it. When GNU extensions are not available in C++