|
libamxd
6.4.1
Data Model Manager
|
#include <amxc/amxc_macros.h>Go to the source code of this file.
Macros | |
| #define | when_failed_status(x, l, c) if(x != amxd_status_ok) { c; goto l; } |
| #define when_failed_status | ( | x, | |
| l, | |||
| c | |||
| ) | if(x != amxd_status_ok) { c; goto l; } |
Definition at line 65 of file amxd_assert.h.