Zen API
|
#define kCheck | ( | EXPRESSION | ) |
Executes a return statement if the given expression is not kOK.
If the expression result is not kOK, the current function will return the expression result.
EXPRESSION | Expression that evaluates to a kStatus value. |