#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
Go to the source code of this file.
Value: } \
} while(0)
if(a.IndicesBefore(b, len, lenIndices))
#define TEST_FAILURE(msg)
Definition at line 52 of file util.h.
#define EXPECT |
( |
|
x, |
|
|
|
c |
|
) |
| (x) |
#define SECP256K1_RESTRICT |
#define TEST_FAILURE |
( |
|
msg | ) |
|
Value:do { \
fprintf(stderr, "%s:%d: %s\n", __FILE__, __LINE__, msg); \
abort(); \
} while(0)
Definition at line 33 of file util.h.
#define VERIFY_CHECK |
( |
|
cond | ) |
do { (void)(cond); } while(0) |
#define VERIFY_SETUP |
( |
|
stmt | ) |
|