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

List_ Struct Reference

This structure defines a linked list. More...


Data Fields

int taille
 Number of elements in the linked list.

int(* corresp )(const void *val1, const void *val2)
 Pointer to the user defined function used to compare two elements.

void(* detruire )(void *donnee)
 Pointer on to the user defined function used to free the element's data memory.

ListElmttete
 Pointer to the beginning of the linked list.

ListElmtqueue
 Pointer to the end of the linked list.


Detailed Description

This structure defines a linked list.
Examples:

test_list.c, and test_stack.c.

Definition at line 42 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