mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
5fe7a2e44b
C++ does not know about `restrict`, but both g++ and clang++ support `__restrict`, as do `clang` and GCC [1]. Using `__restrict` instead of `restrict` is also what glibc does. [1]: https://en.wikipedia.org/wiki/Restrict#Support_by_C++_compilers |
||
---|---|---|
.. | ||
sys | ||
vendor | ||
errno.h | ||
inttypes.h | ||
strings.h | ||
unistd.h |