home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / g / gnu_c / gppinc22.zoo / complex.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-30  |  122 b   |  7 lines

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