list_empty

Name

list_empty --  tests whether a list is empty

Synopsis

int list_empty (struct list_head * head);

Arguments

head

the list to test.