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_PREV_LINK

Returns the preceding element in a list.

Syntax

#include <prclist.h>

PRCList *PR_PREV_LINK (PRCList *elemp);

Parameter

elemp
A pointer to the element.

Returns

A pointer to a list element.

Description

PR_PREV_LINK returns a pointer to the element preceding the specified element. It can be used to traverse a list. The preceding element is not removed from the list.

Document Tags and Contributors

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