| c_list_error_t c_list_set_entry | ( | c_list_t * | c_list, |
| size_t | idx, | ||
| const c_list_entry_t * | c_list_entry | ||
| ) |
Set entry details by index.
Replace the given entry (specified by the index idx) with the data contained in c_list_entry.
| [in] | c_list | list_object |
| [in] | idx | index of item to replace |
| [in] | c_list_entry | pointer to entry object containing new data |