ec_strvec_cmp - Man Page

Compare two string vectors.

Synopsis

#include <ecoli/strvec.h>

int ec_strvec_cmp(
    const struct ec_strvec   *strvec1,  /* The pointer to the first string vector. */
    const struct ec_strvec   *strvec2   /* The pointer to the second string vector. */
);

Return Value

0 if the string vectors are equal.

See Also

ec_strvec_set_attrs(3), ec_strvec_del_last(3), ec_strvec_val(3), ec_strvec_sort(3), ec_strvec_from_array(3), ec_strvec_get_attrs(3), ec_strvec_dup(3), ec_strvec_set(3), ec_strvec_len(3), ec_strvec_dump(3), ec_strvec_sh_lex_str(3), ec_strvec_add(3), ec_strvec_free(3), ec_strvec(3), ec_strvec_ndup(3)

Referenced By

ec_strvec(3), ec_strvec_add(3), ec_strvec_del_last(3), ec_strvec_dump(3), ec_strvec_dup(3), ec_strvec_free(3), ec_strvec_from_array(3), ec_strvec_get_attrs(3), ec_strvec_len(3), ec_strvec_ndup(3), ec_strvec_set(3), ec_strvec_set_attrs(3), ec_strvec_sh_lex_str(3), ec_strvec_sort(3), ec_strvec_val(3).

2026-06-11 Libecoli Programmer's Manual