1
0
Fork 0
firefox/docs/nspr/reference/pr_insert_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

32 lines
413 B
ReStructuredText

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.