home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / DJGPP / DJDEV106.ZIP / 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.