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

Check if a doubly-linked list is empty.

static inline bool IotListDouble_IsEmpty( const IotListDouble_t * const pList )
Parameters
[in]pListThe doubly-linked list to check.
Returns
true if the list is empty; false otherwise.