7 lines
102 B
C
7 lines
102 B
C
|
struct file_list {
|
||
|
char *a_filename;
|
||
|
char *a_dir;
|
||
|
struct idf *a_idf;
|
||
|
struct file_list *a_next;
|
||
|
};
|