| c_list_error_t c_list_insert | ( | c_list_t * | c_list, |
| size_t | idx, | ||
| c_list_num_t | num, | ||
| const char * | str, | ||
| user_defined_t | user_defined | ||
| ) |
Insert item in list at specified location.
| [in] | c_list | list to add item to |
| [in] | idx | 0-based index of where to add item |
| [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 |