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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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