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

file_list Struct Reference

Data structure used to store directory's entries. More...


Data Fields

char ** list
 Array of zero terminated strings of characters. It contains all the directory's entries.

int total_alloc
 Total number of allocated strings in the array 'list'.

int num
 Number of entries in the directory (less ot equal to 'total_alloc').


Detailed Description

Data structure used to store directory's entries.
Examples:

test_dir.c.

Definition at line 33 of file my_dir.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