dbe465c93ea8a87da95919d3f0ee802865802cfa |
|
04-Aug-2015 |
Alex Crawford <alex.crawford@coreos.com> |
basic: add LIST_INSERT_BEFORE
Similar in function to LIST_INSERT_AFTER, this will insert a new element
into the list before the specified position. If the specified position
is NULL, the element is added as the tail of the list. |