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 462 B image not shown  

Quelle  pr_next_link.rst   Sprache: unbekannt

 
Spracherkennung für: .rst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

PR_NEXT_LINK
============

Returns the next element in a list.


Syntax
------

.. code::

   #include <prclist.h>

   PRCList *PR_NEXT_LINK (PRCList *elemp);


Parameter
~~~~~~~~~

``elemp``
   A pointer to the element.


Returns
~~~~~~~

A pointer to a list element.


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

PR_NEXT_LINK returns a pointer to the element following the specified
element. It can be used to traverse a list. The following element is not
removed from the list.

[ Dauer der Verarbeitung: 0.24 Sekunden  ]