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

Quelle  pr_insert_link.rst   Sprache: unbekannt

 
PR_INSERT_LINK
==============

Inserts an element at the head of the list.


Syntax
------

.. code::

   #include <prclist.h>

   PR_INSERT_LINK (
     PRCList *elemp,
     PRCList *listp);


Parameters
~~~~~~~~~~

``elemp``
   A pointer to the element to be inserted.
``listp``
   A pointer to the list.


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

PR_INSERT_LINK inserts the specified element at the head of the
specified list.

[ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ]