1
0
Fork 0
firefox/docs/nspr/reference/pr_remove_and_init_link.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

29 lines
450 B
ReStructuredText

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.