The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Debug assertions, with logging. More...
#include <stdbool.h>
#include <freeradius-devel/util/debug.h>
Go to the source code of this file.
Macros | |
#define | fr_assert(_expr) ((void) ((_expr) ? (void) 0 : (void) fr_assert_exit(__FILE__, __LINE__, #_expr))) |
Debug assertions, with logging.
Definition in file rad_assert.h.
#define fr_assert | ( | _expr | ) | ((void) ((_expr) ? (void) 0 : (void) fr_assert_exit(__FILE__, __LINE__, #_expr))) |
Definition at line 38 of file rad_assert.h.