On 02/10/20 17:44, Claudio Imbrenda wrote:
+#include <stdbool.h> + +/* + * Simple double linked list. The pointer to the list is a list item itself, + * like in the kernel implementation.
More precisely, *circular* doubly-linked list. Just a minor note. :) Paolo