Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Examples  

ListElmt_ Struct Reference

This structure defines one element of the linked list. More...


Data Fields

void * donnee
 Pointer to the element's data.

ListElmt_ * suivant
 Pointer to the next element in the linked list.


Detailed Description

This structure defines one element of the linked list.
Examples:

test_list.c.

Definition at line 22 of file list.h.


The documentation for this struct was generated from the following file:
Generated on Thu Apr 3 16:23:47 2003 for Common_C_libraries by doxygen1.3-rc1