libamxd  6.4.1
Data Model Manager
amxd_assert.h File Reference
#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; }
 

Macro Definition Documentation

◆ when_failed_status

#define when_failed_status (   x,
  l,
 
)     if(x != amxd_status_ok) { c; goto l; }

Definition at line 65 of file amxd_assert.h.