| c_list_error_t c_list_export_to_string | ( | const c_list_t * | c_list, |
| char * | str, | ||
| size_t | size | ||
| ) |
Convert list to a single string.
This function will convert the list into a single string that can be converted back into a list using c_list_import_from_string.
| [in] | c_list | list_object |
| [out] | str | buffer to hold output string |
| [in] | size | size of str |