An open API service indexing awesome lists of open source software.

https://github.com/raycad/sdt_queue

A simple queue implementation for C/C++
https://github.com/raycad/sdt_queue

Last synced: 3 months ago
JSON representation

A simple queue implementation for C/C++

Awesome Lists containing this project

README

          

A simple C/C++ queue implementation.

Get source code, build and test:

$ git clone https://github.com/raycad/sdt_queue.git

$ cd sdt_queue

$ make

$ ./queue_test

Check memory usage using valgrind:

$ valgrind --tool=memcheck --leak-check=full ./queue_test