FTREE
static FTREE *fthead = NULL; /* head of linked list of file args */
static FTREE *fttail = NULL; /* tail of linked list of file args */
static FTREE *ftcur = NULL; /* current file arg being processed */
FTREE *ft;
if ((ft = (FTREE *)malloc(sizeof(FTREE))) == NULL) {
FTREE *ft;