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

Return the number of elements contained in an IotListDouble_t.

static inline size_t IotListDouble_Count( const IotListDouble_t * const pList )
Parameters
[in]pListThe doubly-linked list with the elements to count.
Returns
The number of elements in the doubly-linked list.