#ident	"@(#)libF77:complex	1.3"
typedef struct { float real, imag; } complex;
typedef struct { double dreal, dimag; } dcomplex;
