xFILE
xFILE *iobp; /* the array of (x)FILE's */
xFILE iob[FILE_ARY_SZ];
xFILE iob[FILE_ARY_SZ];
delta % sizeof (struct xFILE) ==
#define FPDECL(fp) FILE *fp; xFILE *x##fp
#define FILEx(fp) ((struct xFILE *)(uintptr_t)fp)