• Robert Schmidt's avatar
    rename find_if_arr -> find_if to avoid name clashes · 6dfd7cdc
    Robert Schmidt authored
    In a later commit, we will use find_if in L2. In the case of building
    with E2 agent, we link e2_agent which comes with its own implementation
    of find_if_arr(), which results in a name clash. Rename the OAI
    implementation, as nothing uses this, anyway.
    6dfd7cdc
test_seq_array.c 2.06 KB