RCP API  6.61.0

◆ c_list_import_from_string()

c_list_error_t c_list_import_from_string ( c_list_t c_list,
const char *  str 
)

Convert string to list.

This function will import a list from a string previously created by c_list_export_to_string.

Note
All contents of the list will be cleared before importing form the string.
Parameters
[in]c_listlist object
[in]strstring to import
Returns
C_LIST_SUCCESS on success.