Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
restrict.h File Reference

_MLIBC_RESTRICT definition More...

Go to the source code of this file.

Detailed Description

_MLIBC_RESTRICT definition

The macro "_MLIBC_RESTRICT" is intended to be private to the minimal libc library. It evaluates to the "restrict" keyword when a C99 compiler is used, and to "__restrict__" when a C++ compiler is used.