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

Quelle  prclist.rst   Sprache: unbekannt

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

PRCList
=======

A circular linked list.


Syntax
------

.. code::

   #include <prclist.h>

   typedef struct PRCListStr PRCList;

   typedef struct PRCListStr {
     PRCList *next;
     PRCList *previous;
   };


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

PRClist defines a node in a circular linked list. It can be used as the
anchor of a list and can be embedded in data structures that are
maintained in a linked list.

[ Dauer der Verarbeitung: 0.29 Sekunden  ]