home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GERLIB_USR08B.LHA / gerlib / support / g++include / strclass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-12  |  97 b   |  6 lines

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