#include "mhd_options.h"
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
◆ mhd_assert
#define mhd_assert |
( |
|
CHK | ) |
|
Value: do { \
if (! (CHK)) { \
fprintf (stderr, "%s:%u Assertion failed: %s\nProgram aborted.\n", \
__FILE__, (unsigned) __LINE__, #CHK); \
fflush (stderr); abort (); } \
} while (0)
Definition at line 39 of file mhd_assert.h.