list_empty
Prev
Doubly Linked Lists
Next
Name
list_empty — tests whether a list is empty
Synopsis
int
list_empty
(
const struct list_head *
head
)
;
Arguments
head
the list to test.