|
AWS IoT Device SDK C:
Linear Containers
Linked lists and Queues
|
| Return to main page ↑ |
Remove the element at the tail of a doubly-linked list.
| [in] | pList | The doubly-linked list that holds the element to remove. |
NULL if the list is empty. The macro IotLink_Container may be used to determine the address of the link's container.