|
yahelpers
Enhanced debugging functionality for the ya ecosystem
|
Assertion utilities for the ya ecosystem. More...
#include "log.h"
Go to the source code of this file.
Macros | |
| #define | ASSERT(cond) |
| Prints a debug message if the condition cond is failed. | |
Assertion utilities for the ya ecosystem.
This header provides lightweight assertion helpers used throughout the ya ecosystem. Assertions help detect incorrect assumptions and unexpected states during runtime.
When NDEBUG is defined, all assertions are disabled.
| #define ASSERT | ( | cond | ) |
Prints a debug message if the condition cond is failed.