1*43967Sbostictypedef struct { float real, imag; } complex; 2*43967Sbostictypedef struct { double dreal, dimag; } dcomplex; 3