| 1288:b41ad5d9bcbf | 1289:2e8edba252a0 |
|---|---|
| 698 * @param elem element to set | 698 * @param elem element to set |
| 699 * @retval zero on success | 699 * @retval zero on success |
| 700 * @retval non-zero when index is out of bounds | 700 * @retval non-zero when index is out of bounds |
| 701 */ | 701 */ |
| 702 cx_attr_nonnull | 702 cx_attr_nonnull |
| 703 cx_attr_export | |
| 703 int cxListSet( | 704 int cxListSet( |
| 704 CxList *list, | 705 CxList *list, |
| 705 size_t index, | 706 size_t index, |
| 706 const void *elem | 707 const void *elem |
| 707 ); | 708 ); |