Releases: BragdonD/universal-dynamic-queue-C
Releases · BragdonD/universal-dynamic-queue-C
v1.0.0
This is a basic library written in C to handle universal dynamic queue.
Why universal ? Because the main data type is void*.
Why dynamic ? Because the queue can grow.