Checks for an empty circular list.
#include <prclist.h> PRIntn PR_CLIST_IS_EMPTY (PRCList *listp);
listp
PR_CLIST_IS_EMPTY returns a non-zero value if the specified list is an empty list, otherwise returns zero.