| c_list_error_t c_list_insert_in_sort_order_unique | ( | c_list_t * | c_list, |
| c_list_num_t | num, | ||
| const char * | str, | ||
| user_defined_t | user_defined | ||
| ) |
Insert item in list in sorted order (unique).
Inserts item in list in sorted order. If an item with the same numeric value already exists in the list it will be replaced with the values provided.
| [in] | c_list | list to add item to |
| [in] | num | integer value of item to add |
| [in] | str | string value of item to add |
| [in] | user_defined | user defined value of item to add |