void addToList

(List** x, int n, void* ptr)

Add the node {n, ptr} at the end of *x.

Documentation

Add the node {n, ptr} at the end of *x. Note: if *x is empty, *x must be NULL.
Author:
Ronan Collobert (collober@iro.umontreal.ca)

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.