home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / lib270b.zip / emx / include / cpp / strclass.h < prev    next >
C/C++ Source or Header  |  1995-07-08  |  154b  |  7 lines

  1. /* Changed for emx by Eberhard Mattes -- Jul 1995 */
  2. #ifndef _strclass_h
  3. #define _strclass_h
  4. #include <Strng.h>
  5. typedef class String string;
  6. #endif
  7.