Home
last modified time | relevance | path

Searched refs:assert_printf (Results 1 – 1 of 1) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/serialization/spinel_base/
Dspinel.c113 #ifndef assert_printf
115 #define assert_printf(fmt, ...) printf(__FILE__ ":%d: " fmt "\n", __LINE__, __VA_ARGS__) macro
117 #define assert_printf(fmt, ...) fprintf(stderr, __FILE__ ":%d: " fmt "\n", __LINE__, __VA_ARGS__) macro
129 assert_printf("Requirement Failed (%s)", #c); \