AWS IoT Device SDK C:
Linear Containers
Linked lists and Queues
|
Return to main page ↑ |
Linked list and queue data structures and functions.
This library provides linear containers, such as linked lists and queues. Linked lists and queues may hold any data type that contain an IotLink_t member. By default, these containers do not provide thread-safety.
Currently, linear containers are implemented with static inline
functions and have no dependencies other than C standard library types.