Contents:
Defined in File llist.h
Prepend an item to the llist.
This routine prepends an item to the start of the llist. Can be used as a “push” function.
list – The linked list handle.
data – The data to insert into the list.
status_t.