217 dst->value = cx_strdup_a(allocator, src->value); |
217 dst->value = cx_strdup_a(allocator, src->value); |
218 return dst; |
218 return dst; |
219 } |
219 } |
220 ``` |
220 ``` |
221 |
221 |
222 Clone functions are, for example, used by the functions to clone [lists](list.h.md#clone) or maps. |
222 Clone functions are, for example, used by the functions to clone [lists](list.h.md#clone) or [maps](map.h.md#clone). |
223 |
223 |
224 <seealso> |
224 <seealso> |
225 <category ref="apidoc"> |
225 <category ref="apidoc"> |
226 <a href="https://ucx.sourceforge.io/api/allocator_8h.html">allocator.h</a> |
226 <a href="https://ucx.sourceforge.io/api/allocator_8h.html">allocator.h</a> |
227 </category> |
227 </category> |