/*	@(#)complex	2.1 	*/
typedef struct { float real, imag; } complex;
typedef struct { double dreal, dimag; } dcomplex;
