4.3BSD/usr/src/usr.lib/libF77/complex

typedef struct { float real, imag; } complex;
typedef struct { double dreal, dimag; } dcomplex;