Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PR INIT CLIST

Initializes a circular list.

Syntax

#include <prclist.h>

PR_INIT_CLIST (PRCList *listp);

Parameter

listp
A pointer to the anchor of the linked list.

Description

Initializes the specified list to be an empty list.

Document Tags and Contributors

 Contributors to this page: teoli, Graememcc
 Last updated by: teoli,