home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GCC258_2.LHA / gcc / lib / g++-include / complex.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-10  |  122 b   |  7 lines

  1. #ifndef _complex_h
  2. #define _complex_h
  3. #define __ATT_complex__
  4. #include <_Complex.h>
  5. typedef class Complex complex;
  6. #endif
  7.