Mozilla.com

  1. MDC
  2. Main Page
  3. PR_CLIST_IS_EMPTY
Table of contents
  1. 1. Syntax
  2. 2. Parameter
  3. 3. Description

PR_CLIST_IS_EMPTY

Table of contents
  1. 1. Syntax
  2. 2. Parameter
  3. 3. Description

< NSPR API Reference < Linked Lists

Checks for an empty circular list.

Syntax

#include <prclist.h>

PRIntn PR_CLIST_IS_EMPTY (PRCList *listp);

Parameter

listp
A pointer to the linked list.

Description

PR_CLIST_IS_EMPTY returns a non-zero value if the specified list is an empty list, otherwise returns zero.

Page last modified 00:15, 11 Jan 2008 by Graememcc

Files (0)