LIST
LIST, RECOGNIZE
#define LIST 0 /* List the file in an archive */
} LIST;
#define LIST '*'
#define LIST(type) struct { type *head, *tail; }