home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / OS2 / EMXFIX04.ZIP / COMPLEX.H < prev    next >
C/C++ Source or Header  |  1993-12-23  |  126b  |  7 lines

  1. #ifndef _complex_h
  2. #define _complex_h
  3. #define __ATT_complex__
  4. #include <Complx.h>
  5. typedef class Complex complex;
  6. #endif
  7.