home *** CD-ROM | disk | FTP | other *** search
/ Monster Disc 2: The Best of 1992 / MONSTER2.ISO / prog / djgpp / djdev107.a01 / CPLUSINC / COMPLEX.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-29  |  128 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.