/engi_queue

mirror of gitlab repo

Primary LanguageCGNU General Public License v3.0GPL-3.0

Pure C queue library

Clone: git clone --recurse-submodules --remote-submodules https://gitlab.com/malformed-c/engi_queue.git

Release build: cmake -DCMAKE_BUILD_TYPE=Release ..

Debug build: cmake -DCMAKE_BUILD_TYPE=Debug ..

Both static and shared

API is in header file

Sample usage is in main.c

License GPLv3 or later

Checked with valgrind --leak-check=full

TODO

Rewrite with linked list

Malformed C

2022