LIST_EMPTY

Section: Data Types (9)
Updated: February 2011
Index Return to Main Contents
 

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