Macro coap_string_equal

Source
macro_rules! coap_string_equal {
    ( $string1:expr, $string2:expr ) => { ... };
}
Expand description

Compares instances of coap_str_const_t and/or coap_string_t.

This macro is a reimplementation of the macro defined in coap_str.h, see https://libcoap.net/doc/reference/develop/group__string.html#ga7f43c10b486dc6d45c37fcaf987d711b.