typedef struct r50file { int device_unit; union { int word; char byte[2]; } ufd; int filename[3]; int extension; } R50FILE;