|
AWS IoT Device SDK C:
Linear Containers
Linked lists and Queues
|
| Return to main page ↑ |
Create a new doubly-linked list.
This function initializes a new doubly-linked list. It must be called on an uninitialized IotListDouble_t before calling any other doubly-linked list function. This function must not be called on an already-initialized IotListDouble_t.
This function will not fail. The function IotListDouble_RemoveAll may be called to destroy a list.
| [in] | pList | Pointer to the memory that will hold the new doubly-linked list. |