xref: /original-bsd/usr.bin/f77/libF77/complex (revision 05f73395)
1typedef struct { float real, imag; } complex;
2typedef struct { double dreal, dimag; } dcomplex;
3