home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / c / gcc261ud-cp.lha / gnu / lib / g++-include / _complex.h next >
Encoding:
C/C++ Source or Header  |  1994-11-05  |  121 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.