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