Banjo API 0.0.1
C99 game development API
|
Go to the source code of this file.
Macros | |
#define | bj_assert(expr) |
Assertion facility for Banjo API.
Provides the bj_assert macro, similar to the C standard assert(), with behavior controlled by the build configuration.
#define bj_assert | ( | expr | ) |
Runtime assertion macro.
Evaluates the given expression and verifies it is non-zero (true).
expr | Expression to check for truth. |