LIST_IS_SINGULAR

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

NAME

list_is_singular - tests whether a list has just one entry.  

SYNOPSIS

int list_is_singular(const struct list_head * head);
 

ARGUMENTS

head

the list to test.
 

COPYRIGHT