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.

Linked Lists

This chapter describes the NSPR API for managing linked lists. The API is a set of macros for initializing a circular (doubly linked) list, inserting and removing elements from the list. The macros are not thread safe. The caller must provide for mutually-exclusive access to the list, and for the nodes being added and removed from the list.

Linked List Types

The PRCList type represents a circular linked list.

Linked List Macros

Macros that create and operate on linked lists are:

Document Tags and Contributors

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