IsEmptyList

Checks whether a list is empty.

Synopsis

bool IsEmptyList( List *l )

Description

This macro checks whether a list is empty.

Arguments

l
A pointer to the list to check.

Return Value

The macro returns TRUE if the list is empty or FALSE if it isn't.

Implementation

Macro implemented in list.h V20.

Associated Files

list.h
ANSI C Macro definition

See Also

FirstNode(), IsNode(), IsNodeB(), LastNode(), NextNode(), PrevNode(), ScanList(), IsListEmpty()