Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel.c114 #define assert_printf(fmt, ...) printf(__FILE__ ":%d: " fmt "\n", __LINE__, __VA_ARGS__) macro
116 #define assert_printf(fmt, ...) fprintf(stderr, __FILE__ ":%d: " fmt "\n", __LINE__, __VA_ARGS__) macro