yehuthi / c_restrict

C restrict macro

Repository from Github https://github.comyehuthi/c_restrictRepository from Github https://github.comyehuthi/c_restrict

c_restrict

Provides a restrict macro for C/C++.

The macro will use the compiler's built-in extension when the restrict keyword is not available (primarily because it's in C++).

Supports GNU and MSVC compatible compilers (GCC, Clang, MSVC, etc.).

About

C restrict macro


Languages

Language:C 54.6%Language:CMake 45.4%