Skip to content
  • Christian Kellner's avatar
    common: bolt_strv_isempty helper added · 7eaa5416
    Christian Kellner authored
    Check if the supplied string vector is NULL or contains zero
    elements. Currently implemented as macro, not inline function,
    due to const correctness and nested pointer types.
    7eaa5416