list_empty (9) - Linux Manuals

list_empty: tests whether a list is empty

NAME

list_empty - tests whether a list is empty

SYNOPSIS

int list_empty(const struct list_head head);

ARGUMENTS

head

the list to test.

COPYRIGHT