#include "common.h"
#include "lib/fast_assert.h"
#include "lib/misc.h"
#include "lib/override.h"
Defines | |
| #define | print_str(x) |
Functions | |
| void | assertion_message (const assertion_data *const data, int fatal) |
| void | REGPARM (1) |
|
|
Value: G_STMT_START { \
if (iov_cnt < G_N_ELEMENTS(iov)) { \
const char *ptr = (x); \
if (ptr) { \
iov[iov_cnt].iov_base = (char *) ptr; \
iov[iov_cnt].iov_len = strlen(ptr); \
iov_cnt++; \
} \
} \
} G_STMT_END
|
|
||||||||||||
|
|
|
|
|
1.3.9.1