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  

Quellcode-Bibliothek pr_insert_link.rst   Sprache: unbekannt

 
Columbo aufrufen.rst Download desUnknown {[0] [0] [0]}Datei anzeigen

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.

[ 0.53Quellennavigators  ]