Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PR_APPEND_LINK

Appends an element to the end of a list.

Syntax

#include <prclist.h>

PR_APPEND_LINK (
  PRCList *elemp,
  PRCList *listp);

Parameters

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

Description

PR_APPEND_LINK adds the specified element to the end of the specified list.

Document Tags and Contributors

 Contributors to this page: teoli, Graememcc
 Last updated by: teoli,