| 6 * adds cxListSet() |
6 * adds cxListSet() |
| 7 * adds cxListContains() |
7 * adds cxListContains() |
| 8 * adds cxListFirst() and cxListLast() |
8 * adds cxListFirst() and cxListLast() |
| 9 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
9 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
| 10 and corresponding macro aliases cxListPopFront() and cxListPop() |
10 and corresponding macro aliases cxListPopFront() and cxListPop() |
| 11 * adds cxListEmplace() and cxListEmplaceAt() |
11 * adds cxListEmplace(), cxListEmplaceAt(), and cxMapEmplace() |
| 12 * adds cxBufferShrink() |
12 * adds cxBufferShrink() |
| 13 * adds cxTreeSize() |
13 * adds cxTreeSize() |
| 14 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings |
14 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings |
| 15 * adds cx_strcpy() and cx_strcpy_a() |
15 * adds cx_strcpy() and cx_strcpy_a() |
| 16 * adds cxJsonArrRemove() and cxJsonObjRemove() |
16 * adds cxJsonArrRemove() and cxJsonObjRemove() |