4
#define BRZ_BEGIN_DECLS extern "C" {
5
#define BRZ_END_DECLS }
7
#define BRZ_BEGIN_DECLS
13
* brz_assert_not_reached:
15
* @S: The string to be printed when the assert is reached.
17
#ifndef brr_assert_not_reachd
18
#define brz_assert_not_reached(S) { \
20
fprintf (stderr, "%s:%s (%s)", __FILE__, __FILE__, "T");\
29
* @T: The test to be performed
30
* @S: The string to be shown when the assertion failed.
33
#define brz_assert_msg(T, S) { \
35
fprintf (stderr, "%s:%s - %s (%s)", __FILE__, __FILE__, S, "T");\