home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2GNU / LGP271B.ZIP / lang / cxx / strclass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-26  |  102 b   |  6 lines

  1. #ifndef _strclass_h
  2. #define _strclass_h
  3. #include <_String.h>
  4. typedef class String string;
  5. #endif
  6.