Skip to content

v1.0.0

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

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.