/*
 * 5799-WZQ (C) COPYRIGHT = NONE
 * LICENSED MATERIALS - PROPERTY OF IBM
 */
/* $Header:complex 12.0$ */
/* $ACIS:complex 12.0$ */
/* $Source: /ibm/acis/usr/src/usr.lib/libF77/RCS/complex,v $ */

#if !defined(lint) && !defined(LOCORE) && defined(RCS_HDRS)
static char *rcsidcomplex = "$Header:complex 12.0$";
#endif

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