llvm-mos-sdk
common
include
Macros
assert.h File Reference
#include <__internal.h>
Include dependency graph for assert.h:
Go to the source code of this file.
Macros
#define
_ASSERT_H
#define
assert
(expression)
Macro Definition Documentation
◆
_ASSERT_H
#define _ASSERT_H
◆
assert
#define assert
(
expression
)
Value:
((expression) ? (
void
)0 \
: __assert(__FILE__, _VALUE_TO_STRING(__LINE__), __func__, \
#expression))
Generated by
1.8.17