Skip to content
  • Christian Kellner's avatar
    list: add an intrusive circular link list · 0e3f8ce1
    Christian Kellner authored
    A small, stripped down, implementation of a intrusive circular
    linked list. Also contains functions that work for a circular
    linked list without a head (no-head-list, nhlist), i.e. that have
    no dedicated anchor or head node.
    0e3f8ce1