Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/docs/nspr/reference/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 450 B image not shown  

Quelle  pr_remove_and_init_link.rst   Sprache: unbekannt

 
PR_REMOVE_AND_INIT_LINK
=======================

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


Syntax
------

.. code::

   #include <prclist.h>

   PR_REMOVE_AND_INIT_LINK (PRCList *elemp);


Parameter
~~~~~~~~~

``elemp``
   A pointer to the element.


Description
-----------

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

[ Dauer der Verarbeitung: 0.4 Sekunden  (vorverarbeitet)  ]