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

Remove a single element from a doubly-linked list.

static inline void IotListDouble_Remove( IotLink_t * const pLink )
Parameters
[in]pLinkThe element to remove.