Simple list for file searches. More...
Data Fields | |
int | count |
the number of files in the list More... | |
char ** | list |
the actual list of files More... | |
int | size |
the number of files that can be in the list before reallocation is required. More... | |
Simple list for file searches.
int count |
the number of files in the list
char** list |
the actual list of files
int size |
the number of files that can be in the list before reallocation is required.