AWS IoT Device SDK C: Linear Containers
Linked lists and Queues
Return to main page ↑
IotListDouble_InsertTail

Insert an element at the tail of a doubly-linked list.

static inline void IotListDouble_InsertTail( IotListDouble_t * const pList,
IotLink_t * const pLink )
Parameters
[in]pListThe double-linked list that will hold the new element.
[in]pLinkPointer to the new element's link member.