home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / cplusinc / complex.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-13  |  183 b   |  11 lines

  1. #ifndef _complex_h
  2. #define _complex_h
  3. #define __ATT_complex__
  4. #ifdef __MSDOS__
  5. #include <_Complex.h>
  6. #else
  7. #include <Complex.h>
  8. #endif
  9. typedef class Complex complex;
  10. #endif
  11.