You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openpgp-card-app/unit-tests/mocks/ledger_assert.h

7 lines
211 B
C

8 months ago
#define LEDGER_ASSERT(test, message) \
do { \
if (!(test)) { \
return; \
} \
} while (0)