Skip to content

Releases: BragdonD/universal-static-queue-C

v1.0.0

14 Oct 09:07
Compare
Choose a tag to compare

This is a basic library written in C to handle universal static queue.
Why universal ? Because the main data type is void*.
Why static ? Because the queue is circular.