Releases: BragdonD/universal-static-queue-C
Releases · BragdonD/universal-static-queue-C
v1.0.0
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.