RCP API  6.61.0

◆ c_list_remove()

c_list_error_t c_list_remove ( c_list_t c_list,
size_t  idx 
)

Remove item from list.

Remove item from list specified by the index idx

Parameters
[in]c_listlist object
[in]idxindex of item to remove
Returns
C_LIST_SUCCESS on success.