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_REMOVE_AND_INIT_LINK

Removes an element from a circular list and initializes the linkage.

Syntax

#include <prclist.h>

PR_REMOVE_AND_INIT_LINK (PRCList *elemp);

Parameter

elemp
A pointer to the element.

Description

PR_REMOVE_AND_INIT_LINK removes the specified element from its circular list and initializes the links of the element to point to itself.

Document Tags and Contributors

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