A generic implementation of a queue in C.
Adapted from https://codereview.stackexchange.com/q/141238
Compile the demo with the Makefile. Then run it using:
./demo
A generic implementation of a queue in C.
Adapted from https://codereview.stackexchange.com/q/141238
Compile the demo with the Makefile. Then run it using:
./demo