/* file "Exercise.h" * Header file for common typedefs for Exercise? Chuck Corley 981218 */ struct TB_View { unsigned long TBU_View; unsigned long TBL_View; }; union DPFP_View { struct TB_View TB_FPasGPR_View; double TB_FP_View; }; struct Test_struct { struct TB_View TB_GPR_View; union DPFP_View TB_FP_test; };