Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@BragdonD BragdonD released this 14 Oct 09:07
· 2 commits to main since this release

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.