home *** CD-ROM | disk | FTP | other *** search
/ Monster Disc 2: The Best of 1992 / MONSTER2.ISO / prog / djgpp / djdev107.a01 / CPLUSINC / STRCLASS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-29  |  96 b   |  6 lines

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