Various data structures in C.
These data structures were originally implemented as part of my RTOS (LwO) but I decided to put them in a separate repository, because they are quite generic and could be used anytime a list is needed.
They are used as priority queues in the LwO RTOS, so they might lack some features needed for other purposes.