home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / gnu / g__inc / complex.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-23  |  158 b   |  10 lines

  1. #ifndef _complex_h
  2. #ifdef __GNUG__
  3. #pragma once
  4. #endif
  5. #define _complex_h
  6. #define __ATT_complex__
  7. #include <xcomplex.h>
  8. typedef class Complex complex;
  9. #endif
  10.