Bug 1885489 - Part 9: Add SnapshotIterator::readObject(). r=iain
[gecko.git] / docs / nspr / reference / pr_insert_link.rst
blob24a6dd9cfd19528d3ff3bbed984750d405183253
1 PR_INSERT_LINK
2 ==============
4 Inserts an element at the head of the list.
7 Syntax
8 ------
10 .. code::
12    #include <prclist.h>
14    PR_INSERT_LINK (
15      PRCList *elemp,
16      PRCList *listp);
19 Parameters
20 ~~~~~~~~~~
22 ``elemp``
23    A pointer to the element to be inserted.
24 ``listp``
25    A pointer to the list.
28 Description
29 -----------
31 PR_INSERT_LINK inserts the specified element at the head of the
32 specified list.