Skip to content

Releases: BragdonD/universal-dynamic-queue-C

v1.0.0

14 Oct 09:10
9329e9b
Compare
Choose a tag to compare

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.